diff options
author | Arno <arno@disconnect.de> | 2018-09-29 17:53:20 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-09-29 17:53:20 +0200 |
commit | 437430acd4266250e60a0dc1cb050d98f728fb70 (patch) | |
tree | ea61ff19c3f30a52647184645a8e43e5fee0f975 /randomtab.h | |
parent | 9983a4881a5a1bc43dd8be56794448c18e12dc8c (diff) | |
download | SheMov-437430acd4266250e60a0dc1cb050d98f728fb70.tar.gz SheMov-437430acd4266250e60a0dc1cb050d98f728fb70.tar.bz2 SheMov-437430acd4266250e60a0dc1cb050d98f728fb70.zip |
Revamp context menu actions for RandomTab
Make them local in setupGui()
Diffstat (limited to 'randomtab.h')
-rw-r--r-- | randomtab.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/randomtab.h b/randomtab.h index 03dfba9..7cf63a7 100644 --- a/randomtab.h +++ b/randomtab.h @@ -73,11 +73,8 @@ class RandomTab : public QWidget { QSortFilterProxyModel *mFileProxy; QSqlDatabase mDb; QStringList mValidDvds; - QAction *mPlaySelectedA; - QAction *mPlayAllA; QAction *mClearA; QAction *mRefreshA; - QAction *mGoA; QAction *mConfigureA; QMenu *mContextMenu; QMenu *mEditMenu; |