mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Don't show message window again once it was hidden
The message window was shown again after a new message.
This commit is contained in:
committed by
Klaus Basan
parent
af8779142c
commit
64ea29dd39
@@ -21,6 +21,7 @@ namespace XSwiftBus
|
||||
|
||||
CService::CService(QObject *parent) : QObject(parent)
|
||||
{
|
||||
m_messages.addMessage( { "xswiftbus started.", 0, 255, 255 } );
|
||||
m_airportUpdater = new QTimer(this);
|
||||
m_airportUpdater->start(60000);
|
||||
connect(m_airportUpdater, &QTimer::timeout, this, &CService::updateAirportsInRange);
|
||||
|
||||
Reference in New Issue
Block a user