diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-22 19:19:55 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-22 19:19:55 +0200 |
commit | b531e71bb9f86990eaa4a01bc6b51c0079f7db3e (patch) | |
tree | 53762606dffbd0b8d7ee4ec54df19a2157082154 | |
parent | dbefcb3910665cb9a896c7073ae79200ceb67085 (diff) |
ui: these aren't qt slots
-rw-r--r-- | facetracknoir/ui.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/facetracknoir/ui.h b/facetracknoir/ui.h index 9fefa2f4..4e89b143 100644 --- a/facetracknoir/ui.h +++ b/facetracknoir/ui.h @@ -69,13 +69,12 @@ class MainWindow : public QMainWindow, private State void ensure_tray(); void set_title(const QString& game_title = QStringLiteral("")); void save(); - static bool get_new_config_name_from_dialog(QString &ret); - static void set_profile(const QString& profile); -public slots: void shortcutRecentered(); void shortcutToggled(); void shortcutZeroed(); void bindKeyboardShortcuts(); + static bool get_new_config_name_from_dialog(QString &ret); + static void set_profile(const QString& profile); private slots: void exit(); void profileSelected(int index); |