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:
parent
d158d27fc5
commit
de3befe116
|
@ -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…
Reference in New Issue
Block a user