mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Avoid issues during shutdown in login component
This commit is contained in:
committed by
Roland Winklmeier
parent
4423f8503f
commit
04f99d10ac
@@ -201,6 +201,9 @@ namespace BlackGui
|
||||
//! Tab widget (server) changed
|
||||
void onServerTabWidgetChanged(int index);
|
||||
|
||||
//! Has contexts
|
||||
bool hasContexts();
|
||||
|
||||
static const int OverlayMessageMs = 5000;
|
||||
QScopedPointer<Ui::CLoginComponent> ui;
|
||||
QScopedPointer<CDbQuickMappingWizard> m_mappingWizard;
|
||||
|
||||
Reference in New Issue
Block a user