summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/db2
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-05-25 10:31:03 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 19:08:51 +0200
commitee7fa67eb0060b9c794bae4c7b06110c3b9626e0 (patch)
tree13401c7dcdb54f1e7ffbdd9c5a369c5c371dacdd /src/plugins/sqldrivers/db2
parent77a03ebd8da28c3811fe505b2a84e2d42743005f (diff)
Deprecate the use of QWeakPointer to track QObjects.
The main problem with using QWeakPointer to track QObjects is that it has API to convert to QSharedPointer, which is undefined behavior. There is no need to overload the meaning of QWeakPointer with QObject tracking. QPointer is more suitable and should be used instead. Because QPointer is implemented in terms of QWeakPointer, we need to add some overloads which are not deprecated. Change-Id: If0333e4800c9fd277629cc69185c9ca3e4e7e81d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/plugins/sqldrivers/db2')
0 files changed, 0 insertions, 0 deletions