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

s/min/minutes/

This commit is contained in:
agilob 2014-10-16 19:52:13 +01:00
parent f854d0e90f
commit ca08015528
No known key found for this signature in database
GPG Key ID: 2CACF3EEF598C663

View File

@ -296,7 +296,7 @@ QString Widget::askProfiles()
void Widget::setIdleTimer(int minutes)
{
idleTimer->start(mins * 1000*60);
idleTimer->start(minutes * 1000*60);
}
QString Widget::getUsername()