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:
parent
f854d0e90f
commit
ca08015528
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user