summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-03-30 18:18:06 +0200
committerArno <arno@disconnect.de>2018-03-30 18:18:06 +0200
commit8e685d4ab524da43bae639274e12221fc28fc847 (patch)
treef1a937cc2fba101d5302c4f9c6819ca84b740ab5 /shemov.h
parente932aafaa203f70c9be29879fc17bde9d2ac53c2 (diff)
downloadSheMov-8e685d4ab524da43bae639274e12221fc28fc847.tar.gz
SheMov-8e685d4ab524da43bae639274e12221fc28fc847.tar.bz2
SheMov-8e685d4ab524da43bae639274e12221fc28fc847.zip
Basic layout for new FSWidget
Just the layout, does absolutely nothing yet.
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 1b3b67b..16413b2 100644
--- a/shemov.h
+++ b/shemov.h
@@ -24,6 +24,7 @@ class ArchiveView;
class ArchiveBrowser;
class SearchDialog;
class RandomTab;
+class FSWidget;
class SheMov : public QMainWindow {
Q_OBJECT
@@ -218,5 +219,6 @@ class SheMov : public QMainWindow {
ArchiveView *mArchive;
ArchiveBrowser *mArchiveBrowser;
RandomTab *mRandomTab;
+ FSWidget* mFileWidget; //rename me!
};
#endif