Changeset 9854 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Oct 21, 2022, 2:04:29 PM (19 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r9850 r9854  
    9494using namespace std;
    9595
    96 #ifdef GNSSCENTER_PLUGIN
    97 Q_EXPORT_PLUGIN2(gnsscenter_bnc, t_bncFactory)
    98 #endif
    99 
    10096// Constructor
    10197////////////////////////////////////////////////////////////////////////////
     
    104100  const static QPalette paletteWhite(QColor(255, 255, 255));
    105101  const static QPalette paletteGray(QColor(230, 230, 230));
    106 
    107 #ifdef GNSSCENTER_PLUGIN
    108   BNC_CORE->setConfFileName("");
    109 #endif
    110102
    111103  _caster    = 0;
     
    22452237  BNC_CORE->initCombination();
    22462238
    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*>)));
    22522242
    22532243  BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION " (" BNC_OS ") ==========", true);
Note: See TracChangeset for help on using the changeset viewer.