qt5base-lts/src/xml
Thiago Macieira c57dd789fd Mark as unused the private members that aren't and CANNOT be used
Those members were left uninitialised by inline constructors and/or
the destructor of those classes is/was also inline. Those members
cannot be used to store pointers that need managing during the Qt 5.x
lifetime.

They can be used to store simple values, as if they were integers.

Detected by Apple Clang 4.2.

Change-Id: I20e2def7c4006668e2d6a7e332c89e2dc8c2a184
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2013-04-15 15:32:40 +02:00
..
doc Doc: Fix minor typo 2013-04-09 09:31:32 +02:00
dom Merge remote-tracking branch 'origin/stable' into dev 2013-02-14 14:24:57 +01:00
sax Mark as unused the private members that aren't and CANNOT be used 2013-04-15 15:32:40 +02:00
qtxmlglobal.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
xml.pro remove explicit load(qt_build_config)s from the libraries 2012-10-19 13:02:17 +02:00