mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix typo
This commit is contained in:
parent
aa98222e11
commit
85aca2ca40
@ -170,9 +170,9 @@ void GeneralForm::onEmoticonSizeChanged()
|
|||||||
Settings::getInstance().setEmojiFontPointSize(bodyUI->emoticonSize->value());
|
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()
|
void GeneralForm::onAutoAwayChanged()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user