qt5base-lts/src
Marc Mutz dca63b6ef6 QIODeviceBase: make dtor protected
Base class dtors should be virtual and public or else protected and
non-virtual. This one was neither of these.

[ChangeLog][Potentially Source-Incompatible Changes][QtCore] The
QIODeviceBase destructor is now protected to avoid deleting objects of
classes derived from it through a QIODeviceBase pointer, which would
be undefined behavior.

Change-Id: Id390ace75d5b64f746d9b1865b8800c9f0590977
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2021-11-18 17:13:19 +00:00
..
3rdparty 3rdparty: Add touchpad gestures support to bundled xinput xcb module 2021-11-13 17:58:45 +03:00
android Android: Treat ACTION_CANCEL as TouchCancelEvent 2021-10-29 08:39:55 +02:00
concurrent Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
corelib QIODeviceBase: make dtor protected 2021-11-18 17:13:19 +00:00
dbus Doc: Fix qdoc warnings 2021-11-11 11:34:49 +01:00
entrypoint Fix EntryPointMinGW32Target.cmake to be found in top-level build 2021-11-05 14:52:26 +01:00
gui CMake: Enable -bundled-xcb-xinput by default 2021-11-18 02:32:58 +02:00
network Doc: Fix qdoc warnings 2021-11-11 11:34:49 +01:00
opengl Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
openglwidgets Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
platformsupport evdevtouch: Fix loading screen name for output mapping 2021-10-12 12:52:01 +02:00
plugins Build ODBC driver as universal binary on macOS 2021-11-18 04:36:24 +01:00
printsupport Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
sql Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
testlib QTestLog: Properly own the loggers 2021-11-09 21:36:50 +01:00
tools Disable some tools and plugins if regularexpression feature is disabled 2021-11-12 09:57:44 +01:00
widgets Always check keyboard modifiers when generating mouse events 2021-11-18 06:44:26 +01:00
xml QDomDocument::setContent: Open device if necessary 2021-11-09 18:33:39 +01:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00