Changeset 9854 in ntrip for trunk/BNC/src/bncwindow.cpp
- Timestamp:
- Oct 21, 2022, 2:04:29 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r9850 r9854 94 94 using namespace std; 95 95 96 #ifdef GNSSCENTER_PLUGIN97 Q_EXPORT_PLUGIN2(gnsscenter_bnc, t_bncFactory)98 #endif99 100 96 // Constructor 101 97 //////////////////////////////////////////////////////////////////////////// … … 104 100 const static QPalette paletteWhite(QColor(255, 255, 255)); 105 101 const static QPalette paletteGray(QColor(230, 230, 230)); 106 107 #ifdef GNSSCENTER_PLUGIN108 BNC_CORE->setConfFileName("");109 #endif110 102 111 103 _caster = 0; … … 2245 2237 BNC_CORE->initCombination(); 2246 2238 2247 connect(_caster, SIGNAL(getThreadsFinished()), 2248 this, SLOT(slotGetThreadsFinished())); 2249 2250 connect (_caster, SIGNAL(mountPointsRead(QList<bncGetThread*>)), 2251 this, SLOT(slotMountPointsRead(QList<bncGetThread*>))); 2239 connect(_caster, SIGNAL(getThreadsFinished()), this, SLOT(slotGetThreadsFinished())); 2240 2241 connect (_caster, SIGNAL(mountPointsRead(QList<bncGetThread*>)), this, SLOT(slotMountPointsRead(QList<bncGetThread*>))); 2252 2242 2253 2243 BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION " (" BNC_OS ") ==========", true);
Note:
See TracChangeset
for help on using the changeset viewer.