Fix correct variable type

This commit is contained in:
Angela Mazzurco 2017-07-25 20:19:27 +02:00
parent d65d29b8d7
commit 1cbce239aa

View File

@ -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)
{