summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-03 18:35:46 +0200
committerArno <arno@disconnect.de>2018-04-03 18:35:46 +0200
commita72d06854cfb2d41762bfde48ef1543aca47020a (patch)
tree69cd71b6f1a85a8b0e02bd1f04e5497740a907f4 /shemov.h
parent5b2f85010f18c8a9b86df47308e30fa549c9eeb0 (diff)
downloadSheMov-a72d06854cfb2d41762bfde48ef1543aca47020a.tar.gz
SheMov-a72d06854cfb2d41762bfde48ef1543aca47020a.tar.bz2
SheMov-a72d06854cfb2d41762bfde48ef1543aca47020a.zip
First implementation of MovieWidget
It's the replacement for the archive viewer thingy. Just keep it simple and stupid. For now it shows series data.
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 3da68e1..cb1e8ce 100644
--- a/shemov.h
+++ b/shemov.h
@@ -24,6 +24,7 @@ class ArchiveBrowser;
class SearchDialog;
class RandomTab;
class FSWidget;
+class MovieWidget;
class SheMov : public QMainWindow {
Q_OBJECT
@@ -168,5 +169,6 @@ class SheMov : public QMainWindow {
ArchiveBrowser *mArchiveBrowser;
RandomTab *mRandomTab;
FSWidget* mFileWidget; //rename me!
+ MovieWidget *mMovieWidget;
};
#endif