QtDBus: compile with QT_STRICT_ITERATORS
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 24 May 2012 14:45:11 +0000 (16:45 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 29 May 2012 09:35:21 +0000 (11:35 +0200)
commitfad1fa65ed2a76539a229acaa83299875ce8b4c1
treea8c966de6a2fe291b6dc32b01b1b4a1330da683b
parent395f7579c004927f3ac3ac8a5e28817634bfc881
QtDBus: compile with QT_STRICT_ITERATORS

Unlike most other modules, QtDBus in its use of QVector also needs to
check if the item isn't null, which makes for some special changes.

Change-Id: Ia22ad2a6b26c9c34dc09ab882d81323a941d166a
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
src/dbus/qdbusconnection.cpp
src/dbus/qdbusintegrator.cpp