initialize checkConfig with nullptr

This commit is contained in:
Yannik Schmidt
2020-09-17 18:53:07 +02:00
parent 529ff87c44
commit 31aec36202

View File

@@ -53,6 +53,7 @@ Settings::Settings(QWidget *parent) :
#endif
this->setWindowTitle(SETTINGS_WINDOW_TITLE);
currentConfigCheckDisplay = nullptr;
}
void Settings::selectSettings(QSettings *selectedSettings){