diff options
author | Arno <am@disconnect.de> | 2012-08-29 17:05:42 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-08-29 17:05:42 +0200 |
commit | e36afa2180ef93a1bbf0398b29be3d8c62ab90cc (patch) | |
tree | e113976315ac9793e03c3cfb60129b7110dbf687 /shemov.h | |
parent | 61b5308d704af70fc133b37c21c730387c8a9cc3 (diff) | |
download | SheMov-e36afa2180ef93a1bbf0398b29be3d8c62ab90cc.tar.gz SheMov-e36afa2180ef93a1bbf0398b29be3d8c62ab90cc.tar.bz2 SheMov-e36afa2180ef93a1bbf0398b29be3d8c62ab90cc.zip |
Play selected movies from archive
Well, it started out as a simple new QAction for the archive: Play
selected movies, but ended up in cleaning up the context menu madness in
shemov.cpp. Created a factory for context menu separators...
Well, and we can now play selected movies from the FilesTreeWidget :)
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,7 @@ class SheMov : public QMainWindow { void configChanged(); private: + QAction *createSeparator(); void createStatusbar(); void createActions(); void createMenus(); @@ -155,6 +156,7 @@ class SheMov : public QMainWindow { QAction *mCopyWindowsFullPathA; QAction *mCopyWindowsDirA; QAction *mSuggestFileA; + QAction *mPlaySelectedArchiveFilesA; //Filesystem View Actions QActionGroup *mFSHoverGroup; |