mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix correct variable type
This commit is contained in:
parent
d65d29b8d7
commit
1cbce239aa
@ -31,7 +31,7 @@ QtObject
|
||||
property int loginAttemptCount: 0
|
||||
property bool attemptingLogin: false
|
||||
|
||||
property int loginNotificationTime: 0
|
||||
property var loginNotificationTime: 0
|
||||
|
||||
function delay(msecs, func)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user