mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Ref T146, avoid double clicks for "connect button" using disableButtonBriefly
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b6ca59eda8
commit
adfd341cbc
@@ -98,6 +98,9 @@ namespace BlackGui
|
||||
//! Info area buttons
|
||||
void unsetInfoAreaButtons();
|
||||
|
||||
//! Disable button for some (short) time to avoid double click
|
||||
void disableButtonBriefly();
|
||||
|
||||
QScopedPointer<Ui::CMainKeypadAreaComponent> ui;
|
||||
BlackMisc::CIdentifier m_identifier { QStringLiteral("KEYPADAREACOMPONENT") };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user