diff options
author | Arno <arno@disconnect.de> | 2017-04-09 02:53:39 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-04-09 02:53:39 +0200 |
commit | 8d0f7783a4db453ccb0ac5f05798f277f5c01f65 (patch) | |
tree | e9e180cb7279bb39f6c029ef3e884bb9c47e6222 /playerwidget.h | |
parent | 1355b93895e68f6ccc8709f919a65b04238e126c (diff) | |
download | BeetPlayer-8d0f7783a4db453ccb0ac5f05798f277f5c01f65.tar.gz BeetPlayer-8d0f7783a4db453ccb0ac5f05798f277f5c01f65.tar.bz2 BeetPlayer-8d0f7783a4db453ccb0ac5f05798f277f5c01f65.zip |
Remove tool window
It was kinda useless, didn't work out, sorry, ToolWindow :)
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playerwidget.h b/playerwidget.h index 16303dd..f42a882 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -16,7 +16,6 @@ class QToolBar; class QAction; class BeetPlayerProxy; class BeetView; -class ToolWindow; class QSystemTrayIcon; class PlayerWidget : public QWidget { @@ -120,7 +119,6 @@ class PlayerWidget : public QWidget { QString mCurDir; QString mCurWinTitle; QSystemTrayIcon *mTrayIcon; - ToolWindow *mToolWin; }; #endif // PLAYERWIDGET_H |