aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/tests/inputeventsmodel_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmlprofiler/tests/inputeventsmodel_test.cpp')
-rw-r--r--src/plugins/qmlprofiler/tests/inputeventsmodel_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/tests/inputeventsmodel_test.cpp b/src/plugins/qmlprofiler/tests/inputeventsmodel_test.cpp
index 76771f3722..0144616bab 100644
--- a/src/plugins/qmlprofiler/tests/inputeventsmodel_test.cpp
+++ b/src/plugins/qmlprofiler/tests/inputeventsmodel_test.cpp
@@ -20,8 +20,8 @@ static InputEventType inputType(int i)
InputEventsModelTest::InputEventsModelTest(QObject *parent) :
QObject(parent), model(&manager, &aggregator)
{
- keyTypeId = manager.appendEventType(QmlEventType(Event, MaximumRangeType, Key));
- mouseTypeId = manager.appendEventType(QmlEventType(Event, MaximumRangeType, Mouse));
+ keyTypeId = manager.appendEventType(QmlEventType(Event, UndefinedRangeType, Key));
+ mouseTypeId = manager.appendEventType(QmlEventType(Event, UndefinedRangeType, Mouse));
}
void InputEventsModelTest::initTestCase()