We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87418c2 commit aabfdf9Copy full SHA for aabfdf9
src/app/main.cpp
@@ -478,7 +478,7 @@ int main( int argc, char *argv[] )
478
479
// Set the application style. If it's not set QT will use the platform style except on Windows
480
// as it looks really ugly so we use QPlastiqueStyle.
481
- QString style = mySettings.value("/qgis/style","").toString();
+ QString style = mySettings.value("/qgis/style").toString();
482
if ( !style.isNull() )
483
QApplication::setStyle( style );
484
#ifdef Q_WS_WIN
0 commit comments