pipacs / o2

OAuth 2.0 for Qt
BSD 2-Clause "Simplified" License
317 stars 147 forks source link

#88 void O2::setExpires(int v) causes warnings #93

Closed Timac closed 7 years ago

Timac commented 7 years ago

88 void O2::setExpires(int v) causes warnings because qint64 passed as parameter

Fix warnings caused by setExpires(int v) because qint64 is passed as parameter

pipacs commented 7 years ago

I think a better approach is to change the type of expires to qint64.