Debugger: Restrict QFixed dumper to Qt 5

Change-Id: Ic6992bf4f9160bca43ef7e71968105508bdc29f2
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-03-07 10:46:47 +01:00
parent 0ca8268d81
commit 95f78f6c80
+1
View File
@@ -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");