From 8e685d4ab524da43bae639274e12221fc28fc847 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 30 Mar 2018 18:18:06 +0200 Subject: Basic layout for new FSWidget Just the layout, does absolutely nothing yet. --- shemov.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shemov.h') 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 -- cgit v1.2.3-70-g09d2