Browse Source

removed redundant timeout

QGC4.4
Lorenz Meier 12 years ago
parent
commit
4b005dcbb5
  1. 1
      src/ui/QGCToolBar.cc

1
src/ui/QGCToolBar.cc

@ -459,7 +459,6 @@ void QGCToolBar::receiveTextMessage(int uasid, int componentid, int severity, QS
if (lastSystemMessage != text) changed = true; if (lastSystemMessage != text) changed = true;
lastSystemMessage = text; lastSystemMessage = text;
lastSystemMessageTimeMs = QGC::groundTimeMilliseconds(); lastSystemMessageTimeMs = QGC::groundTimeMilliseconds();
QTimer::singleShot(16000, this, SLOT(clearStatusString()));
} }
void QGCToolBar::connectLink(bool connect) void QGCToolBar::connectLink(bool connect)

Loading…
Cancel
Save