Changeset 1225 in ntrip for trunk/BNC/bncmain.cpp


Ignore:
Timestamp:
Nov 22, 2008, 2:54:46 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r1179 r1225  
    164164
    165165    app.connect(caster, SIGNAL(getThreadErrors()), &app, SLOT(quit()));
    166     app.connect(caster, SIGNAL(newMessage(QByteArray)),
    167                 &app, SLOT(slotMessage(QByteArray)));
    168166 
    169167    ((bncApp*)qApp)->slotMessage("============ Start BNC ============");
     
    194192
    195193      bncGetThread* getThread = new bncGetThread(fileName, format);
    196       app.connect(getThread, SIGNAL(newMessage(QByteArray)),
    197                   &app, SLOT(slotMessage(const QByteArray)));
    198      
    199194      caster->addGetThread(getThread);
    200195    }
Note: See TracChangeset for help on using the changeset viewer.