diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-24 08:56:53 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-24 08:56:53 +0200 | 
| commit | 588231e71f08df223a54d15391d8263b4bbf5fea (patch) | |
| tree | 1f39eb525e1deaa82fc143d68da4195b03515cb6 | |
| parent | c0d1d315a7a62f8d8453a037073b8e95565cf482 (diff) | |
ui, shortcuts: these are slots, actually
| -rw-r--r-- | facetracknoir/ui.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/facetracknoir/ui.h b/facetracknoir/ui.h index 9ecc0db9..f5ce6980 100644 --- a/facetracknoir/ui.h +++ b/facetracknoir/ui.h @@ -71,10 +71,6 @@ class MainWindow : public QMainWindow, private State      void ensure_tray();      void set_title(const QString& game_title = QStringLiteral(""));      void save(); -    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: @@ -96,6 +92,10 @@ private slots:      void open_config_directory();      void refresh_config_list();  public slots: +    void shortcutRecentered(); +    void shortcutToggled(); +    void shortcutZeroed(); +    void bindKeyboardShortcuts();      void startTracker();      void stopTracker();  public:  | 
