1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-06 00:13:33 +01:00
parent aa98222e11
commit 85aca2ca40
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -170,9 +170,9 @@ void GeneralForm::onEmoticonSizeChanged()
Settings::getInstance().setEmojiFontPointSize(bodyUI->emoticonSize->value());
}
void GeneralForm::onTimestampSelected(int)
void GeneralForm::onTimestampSelected(int index)
{
Settings::getInstance().setTimestampFormat(timeFormats[index]);
Settings::getInstance().setTimestampFormat(timeFormats.at(index));
}
void GeneralForm::onAutoAwayChanged()