refs #892, key sequences / actions for settings

This commit is contained in:
Klaus Basan
2017-02-27 20:04:28 +01:00
committed by Mathew Sutcliffe
parent d504bfbee0
commit 72200d4bba
2 changed files with 74 additions and 1 deletions

View File

@@ -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;
};
}