summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2012-05-20 20:38:21 +0100
committerQt by Nokia <qt-info@nokia.com>2012-06-07 21:18:36 +0200
commitb9fc8bc10f20a0d106db5dd579669cd88b250472 (patch)
tree4a28492908907867f8fc1f13335e90d06cf2a462 /dist
parent88e735c9c92487f7ff51a06cfd66746afa655b2d (diff)
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>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 1775a4c556..d21fff1f7c 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -276,6 +276,9 @@ information about a particular change.
QColorDialog::setCustomColor() and QColorDialog::setStandardColor() now
take a QColor value for their second parameter instead of QRgb.
+- QPageSetupDialog has had the PageSetupDialogOption enum and the api to
+ set and get the enum removed as none of the Options are used any more.
+
****************************************************************************
* General *
****************************************************************************