mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-23 00:09:50 -05: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…
x
Reference in New Issue
Block a user