summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-10-03 06:24:29 +0200
committerArno <arno@disconnect.de>2016-10-03 07:22:53 +0200
commita48e39d830a27ed89fe4e826fa4f82acb044b4c2 (patch)
treebf3123fdd65e993ad82e69162ba27824f2ef1283 /main.cpp
parenteb65464ccdfae3458dd91be3bd6c0b7ee2ada7fa (diff)
downloadShemovCleaner-a48e39d830a27ed89fe4e826fa4f82acb044b4c2.tar.gz
ShemovCleaner-a48e39d830a27ed89fe4e826fa4f82acb044b4c2.tar.bz2
ShemovCleaner-a48e39d830a27ed89fe4e826fa4f82acb044b4c2.zip
Update about data
And fix it for a perl build script...
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 005af7f..e7d3f81 100644
--- a/main.cpp
+++ b/main.cpp
@@ -5,8 +5,9 @@
int main(int argc, char *argv[]){
QApplication a(argc, argv);
QCoreApplication::setOrganizationName("Sissie's, Inc.");
- QCoreApplication::setOrganizationDomain("dakara.d-tor.org");
+ QCoreApplication::setOrganizationDomain("tollana.d-tor.org");
QCoreApplication::setApplicationName("ShemovCleaner");
+ QCoreApplication::setApplicationVersion("1.0 (__build_info__)");
ShemovCleaner w;
w.show();
return a.exec();