File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
SerialPrograms/Source/CommonFramework Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,25 +107,25 @@ GlobalSettings::GlobalSettings()
107107 false ,
108108 " <b>Stats File:</b><br>Use the stats file here. Multiple instances of the program can use the same file." ,
109109 LockMode::LOCK_WHILE_RUNNING,
110- #if defined(__APPLE__)
110+ #if defined(__APPLE__)
111111 QStandardPaths::writableLocation (QStandardPaths::AppDataLocation).toStdString() + "/UserSettings/PA-Stats.txt",
112112 QStandardPaths::writableLocation(QStandardPaths::AppDataLocation).toStdString() + "/UserSettings/PA-Stats.txt"
113- #else
113+ #else
114114 " UserSettings/PA-Stats.txt" ,
115115 " UserSettings/PA-Stats.txt"
116- #endif
116+ #endif
117117 )
118118 , TEMP_FOLDER(
119119 false ,
120120 " <b>Temp Folder:</b><br>Place temporary files in this directory." ,
121121 LockMode::LOCK_WHILE_RUNNING,
122- #if defined(__APPLE__)
122+ #if defined(__APPLE__)
123123 QStandardPaths::writableLocation (QStandardPaths::AppDataLocation).toStdString() + "/TempFiles/",
124124 QStandardPaths::writableLocation(QStandardPaths::AppDataLocation).toStdString() + "/TempFiles/"
125- #else
125+ #else
126126 " TempFiles/" ,
127127 " TempFiles/"
128- #endif
128+ #endif
129129 )
130130 , THEME(CONSTRUCT_TOKEN)
131131 , WINDOW_SIZE(
You can’t perform that action at this time.
0 commit comments