mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #892, key sequences / actions for settings
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d504bfbee0
commit
72200d4bba
@@ -31,7 +31,6 @@ namespace BlackGui
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
//! Tabs
|
||||
//! \remark needs to be in sync with tab order
|
||||
enum SettingTab
|
||||
@@ -82,7 +81,13 @@ namespace BlackGui
|
||||
//! An overview button was clicked
|
||||
void ps_overviewButtonClicked();
|
||||
|
||||
//! Action triggered
|
||||
void ps_actionTriggered();
|
||||
|
||||
private:
|
||||
//! Init actions
|
||||
void initActions();
|
||||
|
||||
QScopedPointer<Ui::CSettingsComponent> ui;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user