mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Fix correct variable type
This commit is contained in:
parent
d65d29b8d7
commit
1cbce239aa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue