From b9fc8bc10f20a0d106db5dd579669cd88b250472 Mon Sep 17 00:00:00 2001 From: John Layt Date: Sun, 20 May 2012 20:38:21 +0100 Subject: 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 Reviewed-by: John Layt --- dist/changes-5.0.0 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist') 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 * **************************************************************************** -- cgit v1.2.3