qt5base-lts/src
Marc Mutz 68e915c623 QStaticTextItem: use smart pointer members
... so we can drop the user-defined copy special member
functions and the destructor.

As a side-effect, enables the move special member functions,
which were previously inhibited by the presence of the
now-removed functions, and makes the copy constructor safe
for self-assignment.

Change-Id: I430f83a6a08b1f5ee94b52f52e4d80fa1139d1c1
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2016-01-12 22:01:28 +00:00
..
3rdparty Merge remote-tracking branch 'origin/5.6' into dev 2016-01-08 12:35:24 +01:00
android Merge remote-tracking branch 'origin/5.6' into dev 2015-12-18 08:37:31 +01:00
angle add always_prepend mode to qtAddToolEnv() 2016-01-08 09:36:20 +00:00
concurrent QtConcurrent: Use Q_NULLPTR instead of 0 in all public headers 2015-11-04 14:17:08 +00:00
corelib Allow to use QRingBuffer in containers 2016-01-12 18:03:24 +00:00
dbus QtDBus: eradicate all Q_FOREACH loops 2016-01-12 06:14:43 +00:00
gui QStaticTextItem: use smart pointer members 2016-01-12 22:01:28 +00:00
network QIODevice: handle incomplete reads 2016-01-12 18:00:58 +00:00
opengl QtOpenGL: eradicate all remaining Q_FOREACH loops 2016-01-04 12:22:23 +00:00
openglextensions Fix typo when resolving EGL extension. 2015-04-23 11:54:36 +00:00
platformheaders Windows: fix fullscreen OpenGL window issues with an opt-in function 2015-12-17 14:43:38 +00:00
platformsupport Fix resource leak/fix broken file open check 2015-12-22 14:29:44 +00:00
plugins QComposeInputContext: reduce composeBuffer to QT_KEYSEQUENCE_MAX_LEN 2016-01-09 15:20:20 +00:00
printsupport QUnixPrintWidget: fix some poor uses of the QComboBox API 2016-01-02 10:44:23 +00:00
sql qsql_sqlite: fix segfault in dtor of orphan result 2015-12-09 08:41:54 +00:00
testlib Merge remote-tracking branch 'origin/5.6' into dev 2016-01-08 12:35:24 +01:00
tools Moc: fix duplicate condition in AND expression 2016-01-12 09:52:43 +00:00
widgets QListView: use erase and std::remove_if with QVector 2016-01-11 11:40:38 +00:00
winmain winrt: handle PrelaunchActivated property to pass certification 2016-01-05 13:04:09 +00:00
xml QtXml: replace a QStack<QString> with std::stack<QString, QStringList> 2015-12-31 09:29:53 +00:00
src.pro make a proper header-only module for QtZlib 2015-11-17 20:22:17 +00:00