forked from qt-creator/qt-creator
Debugger: Restrict QFixed dumper to Qt 5
Change-Id: Ic6992bf4f9160bca43ef7e71968105508bdc29f2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1990,6 +1990,7 @@ void tst_Dumpers::dumper_data()
|
||||
QTest::newRow("QFixed")
|
||||
<< Data("#include <private/qfixed_p.h>\n",
|
||||
"QFixed f(1234);\n")
|
||||
+ Qt5
|
||||
+ GuiPrivateProfile()
|
||||
+ Check("f", "78976/64 = 1234.0", "@QFixed");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user