GUI: In win32, use Win32W instead of Win32A as default platform
This commit is contained in:
parent
c24a6e190b
commit
6f6642dcc5
|
@ -183,7 +183,7 @@ MainWindow::MainWindow(TranslationHandler* th, QSettings* settings) :
|
||||||
// For other platforms default to unspecified/default which means the
|
// For other platforms default to unspecified/default which means the
|
||||||
// platform Cppcheck GUI was compiled on.
|
// platform Cppcheck GUI was compiled on.
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
const Settings::PlatformType defaultPlat = Settings::Win32A;
|
const Settings::PlatformType defaultPlat = Settings::Win32W;
|
||||||
#else
|
#else
|
||||||
const Settings::PlatformType defaultPlat = Settings::Unspecified;
|
const Settings::PlatformType defaultPlat = Settings::Unspecified;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue