From 2252017bd8ddc1c1fec9791c0a9dd7ab00a0a6d9 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 31 Jan 2019 14:01:13 +0100 Subject: PySide2/Widgets: Add overload of QInputDialog::getDouble() Add modification and new variant of the fix_arg template, fixing warning: There's no user provided way (conversion rule, argument removal, custom code, etc) to handle the primitive type 'bool *' of argument 8 in function 'QInputDialog::getDouble(QWidget * parent, const QString & title, const QString & label, double value, double minValue, double maxValue, int decimals, bool * ok, QFlags flags, double step)'. Change-Id: I02ee5c477d74698bd5dda23bbec01f39775d5c6d Reviewed-by: Cristian Maureira-Fredes --- sources/pyside2/PySide2/templates/core_common.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sources/pyside2/PySide2/templates') diff --git a/sources/pyside2/PySide2/templates/core_common.xml b/sources/pyside2/PySide2/templates/core_common.xml index 4984cb21a..96a9be620 100644 --- a/sources/pyside2/PySide2/templates/core_common.xml +++ b/sources/pyside2/PySide2/templates/core_common.xml @@ -134,6 +134,14 @@ + +