summaryrefslogtreecommitdiffstats
path: root/header.LGPL-NOGPL2
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2019-05-13 21:59:06 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-05-15 04:59:22 +0000
commit92479ed9b76fed17afd138d2222b8df86163cd6c (patch)
tree488c2ea138c2ba5e8001fbac7194c56427cf5b7f /header.LGPL-NOGPL2
parent83971776c7ec0ae8e27ff554d20db08019ecb3d1 (diff)
QPrintSupport: do not bypass a base class' virtual
QAbstractPrintDialog (a QDialog subclass) has an interesting override of exec(): a pure virtual, without a body. The UNIX subclass was therefore forced to override it, but since it did not need to do anything with it, it had to call QDialog::exec (bypassing the direct base, otherwise it would cause a pure virtual call). Eliminate the pure virtual override. This should be BC; the layout of the vtable does not change, merely its contents. Change-Id: I84ac23c938f1934f699df032ef1bde0d6df77784 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'header.LGPL-NOGPL2')
0 files changed, 0 insertions, 0 deletions