diff options
author | Arno <arno@disconnect.de> | 2018-03-30 18:18:06 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-30 18:18:06 +0200 |
commit | 8e685d4ab524da43bae639274e12221fc28fc847 (patch) | |
tree | f1a937cc2fba101d5302c4f9c6819ca84b740ab5 /shemov.h | |
parent | e932aafaa203f70c9be29879fc17bde9d2ac53c2 (diff) | |
download | SheMov-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |