Browse Source

Fix compilation warning

pull/642/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
de3befe116
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      src/widget/form/settings/generalform.cpp

2
src/widget/form/settings/generalform.cpp

@ -170,7 +170,7 @@ void GeneralForm::onEmoticonSizeChanged() @@ -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));

Loading…
Cancel
Save