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 04e023a..606abc0 100644
--- a/playerwidget.h
+++ b/playerwidget.h
@@ -16,6 +16,8 @@ class QToolBar;
class QAction;
class BeetPlayerProxy;
class BeetView;
+class ToolWindow;
+class QSystemTrayIcon;
class PlayerWidget : public QWidget {
Q_OBJECT
@@ -117,6 +119,7 @@ class PlayerWidget : public QWidget {
QString mCurDir;
QString mCurWinTitle;
QSystemTrayIcon *mTrayIcon;
+ ToolWindow *mToolWin;
};
#endif // PLAYERWIDGET_H