diff options
author | Arno <arno@disconnect.de> | 2016-10-03 06:24:29 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-10-03 07:22:53 +0200 |
commit | a48e39d830a27ed89fe4e826fa4f82acb044b4c2 (patch) | |
tree | bf3123fdd65e993ad82e69162ba27824f2ef1283 /main.cpp | |
parent | eb65464ccdfae3458dd91be3bd6c0b7ee2ada7fa (diff) | |
download | ShemovCleaner-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.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(); |