diff --git a/src/config/generalconf.cpp b/src/config/generalconf.cpp index cff92233..12f13281 100644 --- a/src/config/generalconf.cpp +++ b/src/config/generalconf.cpp @@ -168,7 +168,7 @@ void GeneralConf::resetConfiguration() if (reply == QMessageBox::Yes) { m_savePath->setText( QStandardPaths::writableLocation(QStandardPaths::PicturesLocation)); - ConfigHandler().setDefaults(); + ConfigHandler().setDefaultSettings(); } } diff --git a/src/utils/confighandler.h b/src/utils/confighandler.h index 3e318f54..4448b28a 100644 --- a/src/utils/confighandler.h +++ b/src/utils/confighandler.h @@ -96,7 +96,7 @@ public: bool useJpgForClipboard() const; void setUseJpgForClipboard(const bool); - void setDefaults(); + void setDefaultSettings(); void setAllTheButtons(); void setIgnoreUpdateToVersion(const QString& text);