comparison ui/main.cpp @ 1394:8d27c6d226cd

Improve debug output for list verification and no installed list
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 23 Jan 2015 15:25:50 +0100
parents c64b6c56ce96
children
comparison
equal deleted inserted replaced
1393:a9dcf6c86d19 1394:8d27c6d226cd
120 120
121 if (arguments.contains("--version")) { 121 if (arguments.contains("--version")) {
122 printf (APPNAME " Version: %s \n", 122 printf (APPNAME " Version: %s \n",
123 QApplication::applicationVersion().toLocal8Bit().constData()); 123 QApplication::applicationVersion().toLocal8Bit().constData());
124 #ifndef RELEASE_BUILD 124 #ifndef RELEASE_BUILD
125 printf ("Test Version! - Not for productive use!\n"; 125 printf ("Test Version! - Not for productive use!\n");
126 #endif 126 #endif
127 printf (COPYRIGHT); 127 printf (COPYRIGHT);
128 return 0; 128 return 0;
129 } 129 }
130 130

http://wald.intevation.org/projects/trustbridge/