SIC: QPrintSupport - Remove options api from QPageSetupDialog
authorJohn Layt <jlayt@kde.org>
Sun, 20 May 2012 19:38:21 +0000 (20:38 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 7 Jun 2012 19:18:36 +0000 (21:18 +0200)
commitb9fc8bc10f20a0d106db5dd579669cd88b250472
tree4a28492908907867f8fc1f13335e90d06cf2a462
parent88e735c9c92487f7ff51a06cfd66746afa655b2d
SIC: QPrintSupport - Remove options api from QPageSetupDialog

QPageSetupDialog has an enum PageSetupDialogOption, however one option
had support removed in Qt 4.5 and the remaining 2 are actually for an
internal implementation detail that could lead to memory leaks if
changed by an app.

This change removes the enum and the api as they is now useless.

Change-Id: I9a3ab689dcab57151de894db5ebf22f6ad90d71e
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: John Layt <jlayt@kde.org>
dist/changes-5.0.0
src/printsupport/dialogs/qabstractpagesetupdialog.cpp
src/printsupport/dialogs/qabstractpagesetupdialog_p.h
src/printsupport/dialogs/qpagesetupdialog.cpp
src/printsupport/dialogs/qpagesetupdialog.h