diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-17 08:28:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-17 08:28:51 +0200 |
commit | e3a5755b1c675e66163a879ee5e5290bf0b01251 (patch) | |
tree | 4de6d67c1b157459d92653e201b0a3846d40d8f7 /facetracknoir/ui.h | |
parent | fe8fa2db6a8b01e06d6fa7129a38211ce164895e (diff) | |
parent | 45b346cc1a4a7b7e6716ec8ee0f58ad03c60d865 (diff) |
Merge branch 'unstable' into trackhat-ui
Diffstat (limited to 'facetracknoir/ui.h')
-rw-r--r-- | facetracknoir/ui.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/facetracknoir/ui.h b/facetracknoir/ui.h index 1a4ce5cb..ccd82e5b 100644 --- a/facetracknoir/ui.h +++ b/facetracknoir/ui.h @@ -25,18 +25,12 @@ #pragma once #include <QMainWindow> -#include <QApplication> -#include <QWidget> -#include <QDialog> -#include <QUrl> -#include <QList> #include <QKeySequence> #include <QShortcut> -#include <QLayout> #include <QPixmap> -#include <QLabel> #include <QTimer> #include <QSystemTrayIcon> +#include <QString> #if !defined(_WIN32) # include "qxt-mini/QxtGlobalShortcut" @@ -87,6 +81,7 @@ class MainWindow : public QMainWindow, private State void fill_profile_combobox(); void display_pose(const double* mapped, const double* raw); void ensure_tray(); + void set_title(const QString& game_title = QStringLiteral("")); public slots: void shortcutRecentered(); void shortcutToggled(); |