Fix WIN32 build issue in main.cpp

.. nostderr() not supported on Windows.
This commit is contained in:
Mark Liversedge
2013-11-20 14:13:26 +00:00
parent d3a3a76ccc
commit 8a74223726

View File

@@ -185,7 +185,9 @@ main(int argc, char *argv[])
}
// now redirect stderr
#ifndef WIN32
if (!debug) nostderr(home.absolutePath());
#endif
// install QT Translator to enable QT Dialogs translation
// we may have restarted JUST to get this!