summaryrefslogtreecommitdiffstats
path: root/collectionfoldersview.h
diff options
context:
space:
mode:
Diffstat (limited to 'collectionfoldersview.h')
-rw-r--r--collectionfoldersview.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/collectionfoldersview.h b/collectionfoldersview.h
new file mode 100644
index 0000000..20c041f
--- /dev/null
+++ b/collectionfoldersview.h
@@ -0,0 +1,18 @@
+#ifndef COLLECTIONFOLDERSVIEW_H
+#define COLLECTIONFOLDERSVIEW_H
+
+#include "collectionwidget.h"
+
+class CollectionFoldersView : public CollectionWidget {
+ public:
+ CollectionFoldersView(QWidget *parent = nullptr);
+
+ public slots:
+ virtual void populate();
+ virtual void readSettings();
+
+ private:
+ QString mCurrentFolder;
+};
+
+#endif // COLLECTIONFOLDERSVIEW_H