From e36afa2180ef93a1bbf0398b29be3d8c62ab90cc Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 29 Aug 2012 17:05:42 +0200 Subject: 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 :) --- shemov.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shemov.h') diff --git a/shemov.h b/shemov.h index c34487f..186a79f 100644 --- a/shemov.h +++ b/shemov.h @@ -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; -- cgit v1.2.3-70-g09d2