-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The QDbBackedSessionHandler SessionOpen method is not static #88
Comments
Yeah, I too saw that now. I am using the handler in production. I guess I On Wed, Jan 23, 2013 at 9:53 PM, Oleg Abrosimov notifications@github.comwrote:
Regards |
Going to edit the file online directly because it is a small change. Please do not merge the pull request. |
Did it (master branch). Should be fixed now. |
@vaibhav-kaushal, I'm not sure that it is conformant with the Workflow proposed: Workflow |
Oops! OKay, this was the last time. On Wed, Jan 23, 2013 at 10:07 PM, Oleg Abrosimov
Regards |
Fixes the issue #88. 'static' keyword.
It leads to an error:
'Non-static method QDbBackedSessionHandler::SessionOpen() should not be called statically'
The text was updated successfully, but these errors were encountered: