From a5191b5d12791981d16da3b4154b7fb29f1c01db Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 16 Aug 2016 18:49:59 +0200 Subject: Implement delete files Thought I did an initial commit, but seems git thinks otherwise... --- main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 7b03777..685fd82 100644 --- a/main.cpp +++ b/main.cpp @@ -1,11 +1,12 @@ #include "shemovcleaner.h" #include -int main(int argc, char *argv[]) -{ +int main(int argc, char *argv[]){ QApplication a(argc, argv); + QCoreApplication::setOrganizationName("Sissie's, Inc."); + QCoreApplication::setOrganizationDomain("dakara.d-tor.org"); + QCoreApplication::setApplicationName("ShemovCleaner"); ShemovCleaner w; w.show(); - return a.exec(); } -- cgit v1.2.3-70-g09d2