summaryrefslogtreecommitdiffstats
path: root/playerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'playerwidget.h')
-rw-r--r--playerwidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h
index a9259e2..67e89be 100644
--- a/playerwidget.h
+++ b/playerwidget.h
@@ -3,6 +3,7 @@
#include <QWidget>
#include <QMediaPlayer>
+#include <QIcon>
class QStandardItemModel;
class QStandardItem;
@@ -15,6 +16,7 @@ class QToolBar;
class QAction;
class BeetPlayerProxy;
class BeetView;
+class QSystemTrayIcon;
class PlayerWidget : public QWidget {
Q_OBJECT
@@ -107,6 +109,7 @@ class PlayerWidget : public QWidget {
quint64 mPlayListLength;
QString mCurDir;
QString mCurWinTitle;
+ QSystemTrayIcon *mTrayIcon;
};
#endif // PLAYERWIDGET_H