OSDN Git Service

[Qt] .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 11 Oct 2019 07:05:40 +0000 (16:05 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 11 Oct 2019 07:05:40 +0000 (16:05 +0900)
source/src/qt/common/qt_utils.cpp
source/src/qt/gui/qt_main.cpp

index a814e62..6f60cb4 100644 (file)
@@ -612,8 +612,8 @@ extern QCommandLineOption *_opt_dump_envver;
 extern QCommandLineOption *_opt_dipsw_on;
 extern QCommandLineOption *_opt_dipsw_off;
 extern QProcessEnvironment _envvers;
-bool _b_dump_envver;
-std::string config_fullpath;
+extern bool _b_dump_envver;
+extern std::string config_fullpath;
 
 void SetFDOptions(QCommandLineParser *cmdparser)
 {
index fa1c069..2ec5c2f 100644 (file)
@@ -67,8 +67,8 @@ QCommandLineOption *_opt_dipsw_on;
 QCommandLineOption *_opt_dipsw_off;
 QProcessEnvironment _envvers;
 extern QApplication *GuiMain;
-extern bool _b_dump_envver;
-extern std::string config_fullpath;
+bool _b_dump_envver;
+std::string config_fullpath;
 
 DLL_PREFIX void SetOptions_Sub(QCommandLineParser *cmdparser)
 {