Remove a "### Qt 6" that I forgot to remove
amends commit 5e83a2eed2dc42a732bd9154bebe8dcb34cd6bb5 Change-Id: I792d5d71d8c5a8b034d334de31dcd9bacfc53fa9 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
e1b6c67bcd
commit
8de66e1f24
@ -189,7 +189,6 @@ public:
|
|||||||
int decimals = 1, bool *ok = nullptr, Qt::WindowFlags flags = Qt::WindowFlags(),
|
int decimals = 1, bool *ok = nullptr, Qt::WindowFlags flags = Qt::WindowFlags(),
|
||||||
double step = 1);
|
double step = 1);
|
||||||
#else
|
#else
|
||||||
// ### Qt 6: merge overloads
|
|
||||||
static double getDouble(QWidget *parent, const QString &title, const QString &label, double value,
|
static double getDouble(QWidget *parent, const QString &title, const QString &label, double value,
|
||||||
double minValue, double maxValue, int decimals, bool *ok, Qt::WindowFlags flags,
|
double minValue, double maxValue, int decimals, bool *ok, Qt::WindowFlags flags,
|
||||||
double step);
|
double step);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user