1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fix compilation warning

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-05 22:46:24 +01:00
parent d158d27fc5
commit de3befe116
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -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));