diff --git a/src/widget/form/settings/generalform.cpp b/src/widget/form/settings/generalform.cpp index dd04118a9..98604e34b 100644 --- a/src/widget/form/settings/generalform.cpp +++ b/src/widget/form/settings/generalform.cpp @@ -170,7 +170,7 @@ void GeneralForm::onEmoticonSizeChanged() Settings::getInstance().setEmojiFontPointSize(bodyUI->emoticonSize->value()); } -void GeneralForm::onTimestampSelected(int index) +void GeneralForm::onTimestampSelected(int) { Settings::getInstance().setTimestampFormat( bodyUI->timestamp->currentText().split(" ").at(0));