summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-08-16 18:06:56 +0200
committerArno <arno@disconnect.de>2016-08-16 18:06:56 +0200
commit52a3097986a6e69f57261d74c8807acbe9374c37 (patch)
tree7523d427a27bbcb471c7959794faacf793a4d388 /shemovcleaner.h
downloadShemovCleaner-52a3097986a6e69f57261d74c8807acbe9374c37.tar.gz
ShemovCleaner-52a3097986a6e69f57261d74c8807acbe9374c37.tar.bz2
ShemovCleaner-52a3097986a6e69f57261d74c8807acbe9374c37.zip
Initial commit
Shows files with the current extension and makes them distinguishable by different icons and by color. Not much else, just thought it was time for a commit.
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r--shemovcleaner.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h
new file mode 100644
index 0000000..0bc5e2d
--- /dev/null
+++ b/shemovcleaner.h
@@ -0,0 +1,15 @@
+#ifndef SHEMOVCLEANER_H
+#define SHEMOVCLEANER_H
+
+#include <QMainWindow>
+
+class ShemovCleaner : public QMainWindow
+{
+ Q_OBJECT
+
+public:
+ ShemovCleaner(QWidget *parent = 0);
+ ~ShemovCleaner();
+};
+
+#endif // SHEMOVCLEANER_H