Merge pull request #717 from TheBlueMatt/installerqtupgrade
[novacoin.git] / src / init.cpp
index 0d83b34..1e389b2 100644 (file)
@@ -149,7 +149,10 @@ bool AppInit2(int argc, char* argv[])
     //
     // Parameters
     //
+    // If Qt is used, parameters are parsed in qt/bitcoin.cpp's main()
+#if !defined(QT_GUI)
     ParseParameters(argc, argv);
+#endif
 
     if (mapArgs.count("-datadir"))
     {