From 52a3097986a6e69f57261d74c8807acbe9374c37 Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 16 Aug 2016 18:06:56 +0200 Subject: 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. --- filesorter.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 filesorter.h (limited to 'filesorter.h') diff --git a/filesorter.h b/filesorter.h new file mode 100644 index 0000000..957252d --- /dev/null +++ b/filesorter.h @@ -0,0 +1,11 @@ +#ifndef FILESORTER_H +#define FILESORTER_H + + +class FileSorter +{ +public: + FileSorter(); +}; + +#endif // FILESORTER_H \ No newline at end of file -- cgit v1.2.3-70-g09d2