changeset 26 | 83d6a149c755 |
parent 17 | 106a4bfcb866 |
--- a/example/AuthApp/src/loginDialog.cpp Thu Sep 23 17:43:31 2010 +0530 +++ b/example/AuthApp/src/loginDialog.cpp Mon Oct 11 21:59:54 2010 +0530 @@ -154,7 +154,6 @@ qDebug()<<"uid"<<uid<<"\n"; qDebug()<<"expires"<<expires<<"\n"; qDebug()<<"secret"<<secret<<"\n"; - bool ok = false; uint expiry = expires.toUInt();//.toUInt(&conversionError); QDateTime expiration; expiration.setTime_t( expiry ); iSession->beginSession(session_key, secret,expiration);