small change
This commit is contained in:
parent
c6068689d5
commit
1f1e36876e
1 changed files with 3 additions and 3 deletions
|
@ -43,13 +43,13 @@ int main ( int argc, char** argv )
|
|||
{
|
||||
#ifdef _WIN32
|
||||
// no console on windows -> just write in string and dump it
|
||||
QString strDummySink;
|
||||
QString strDummySink;
|
||||
QTextStream tsConsole ( &strDummySink );
|
||||
#else
|
||||
QTextStream tsConsole ( stdout );
|
||||
#endif
|
||||
QString strArgument;
|
||||
double rDbleArgument;
|
||||
QString strArgument;
|
||||
double rDbleArgument;
|
||||
|
||||
// initialize all flags and string which might be changed by command line
|
||||
// arguments
|
||||
|
|
Loading…
Reference in a new issue