qt5base-lts/src
Thiago Macieira 2660aefdbc Remove hack that violates ODR
GCC with LTO sees through our hack:

qprintdialog_unix.cpp:212:7: warning: type ‘struct QPrintDialogPrivate’ violates the C++ One Definition Rule [-Wodr]
qabstractprintdialog.cpp:49:7: note: a different type is defined in another translation unit

This hack was there so that the QPrintDialog functions in
qabstractprintdialog.cpp could use the d pointer. So instead of hacking
around the issue, just use the class that this file has access to:
QAbstractPrintDialogPrivate.

Change-Id: I3840d727dee443318644fffd1528e2e8b814e983
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2018-04-26 20:04:36 +00:00
..
3rdparty Update bundled sqlite to 3.23.1 2018-04-12 12:21:43 +00:00
android Remove unused variable 2018-03-05 08:49:36 +00:00
angle ANGLE: Remove workaround for files having the same name (Debug.h/.cpp) 2018-02-06 06:17:39 +00:00
concurrent Doc: Update QtConcurrent::mapped example snippet 2018-04-19 15:33:31 +00:00
corelib improve documentation, mostly of the QT_TR*_NOOP macros 2018-04-25 17:17:04 +00:00
dbus DBus: merge calls to set_source_files_properties() in CMake functions 2018-03-23 16:38:56 +00:00
gui Don't crash on <br> following a <table> 2018-04-25 07:08:50 +00:00
network QSslSocket: Call transmit when encrypted on WinRT 2018-04-21 12:16:16 +00:00
opengl Merge remote-tracking branch 'origin/5.10' into 5.11 2018-02-15 10:14:11 +01:00
openglextensions Replace Q_DECL_FINAL with final 2017-09-22 07:30:01 +00:00
platformheaders eglfs_kms_vsp2: Add support for setting layer alpha 2018-02-05 13:12:01 +00:00
platformsupport QCoreTextFontEngine: Fix build with Xcode 9.3 2018-03-30 19:17:46 +00:00
plugins Show high DPI custom cursor on macOS 2018-04-26 08:56:32 +00:00
printsupport Remove hack that violates ODR 2018-04-26 20:04:36 +00:00
sql QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabase 2018-04-06 07:18:03 +00:00
testlib Fix win32-clang-msvc build due to -Werror,-Wunused-private-field 2018-03-23 15:16:01 +00:00
tools rcc: prune dead wildcard matching code 2018-03-29 18:16:50 +00:00
widgets Fix build with -no-feature-graphicsview 2018-04-25 14:04:09 +00:00
winmain Merge remote-tracking branch 'origin/5.10' into dev 2018-01-11 18:10:41 +01:00
xml QDomNode::replaceChild(): Fix documentation typo 2018-03-16 06:34:13 +00:00
src.pro Merge remote-tracking branch 'origin/5.9' into 5.11 2018-02-14 12:51:24 +01:00