PDA

View Full Version : QSqlResult::DetachFromResultSet not available in Qt5



sky
1st February 2013, 11:14
Hi,


I am trying to port my code from Qt 4.8 to Qt5. I find that enum VirtualHookOperation is not populated in line 128 QSqlResult.h. In Qt5 the enum is empty. I dont find this change mentioned anywhere in the changes-5.0.0 document. I am trying to build QSqliteSeeDriver.cpp as part of my project.

Please do let me know of any workarounds.

Sky

norobro
1st February 2013, 18:51
Here's the commit: link (http://qt.gitorious.org/qt/qtbase/commit/fc15a1d5e2cb064df7b6e7b9e821e9db20a91b85)

sky
5th February 2013, 11:56
Thank you Norobro.

Any Idea if the SEE project would ported to Qt5 or if it is already underway?

Sky.

norobro
6th February 2013, 18:47
You're welcome. I don't know anything about the problem that you have. The Qt 5 version that I have on my machine is from before the commit, therefore the VirtualHookOperation enum is still in my source. That piqued my curiousity so I checked on gitorious.

I'm not familiar with the SEE project. What is it?

sky
7th February 2014, 15:11
Hi Norobro,

Sorry. I didnt notice your question. Its been exactly an year!! Here is the homepage: http://www.sqlite.org/see/doc/trunk/www/index.wiki

Sky