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


Ignore:
Timestamp:
Feb 26, 2024, 12:02:11 PM (2 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

    r10327 r10355  
    22652265  delete _casterEph; _casterEph = 0;
    22662266  _runningRealTime = false;
     2267  enableStartStop();
    22672268}
    22682269
     
    23272328  connect(_caster, SIGNAL(getThreadsFinished()), this, SLOT(slotGetThreadsFinished()));
    23282329
    2329   connect (_caster, SIGNAL(mountPointsRead(QList<bncGetThread*>)), this, SLOT(slotMountPointsRead(QList<bncGetThread*>)));
     2330  connect(_caster, SIGNAL(mountPointsRead(QList<bncGetThread*>)), this, SLOT(slotMountPointsRead(QList<bncGetThread*>)));
    23302331
    23312332  BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION " (" BNC_OS ") ==========", true);
     
    32223223////////////////////////////////////////////////////////////////////////////
    32233224void bncWindow::enableStartStop() {
     3225
    32243226  if ( running() ) {
    32253227    _actStart->setEnabled(false);
Note: See TracChangeset for help on using the changeset viewer.