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. --- main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..7b03777 --- /dev/null +++ b/main.cpp @@ -0,0 +1,11 @@ +#include "shemovcleaner.h" +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + ShemovCleaner w; + w.show(); + + return a.exec(); +} -- cgit v1.2.3-70-g09d2