Closed Timac closed 7 years ago
Fix warnings caused by setExpires(int v) because qint64 is passed as parameter
I think a better approach is to change the type of expires to qint64.
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