aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmlprofilerdefinitions_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-10-23 17:15:44 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-10-28 16:50:23 +0000
commitbe804f641f53305bb294205896a6cfa0cc080d19 (patch)
treea7945c12add4d10def1b25d37adddedce54d13b9 /src/qml/debugger/qqmlprofilerdefinitions_p.h
parent3a9bfeb5ef6bfc7af65a7579db055ebdbd0d8212 (diff)
QmlProfiler: Remove binding types
There is only one type of binding left and as all clients check atEnd() before trying to get the bindingType from the stream we can just remove all of this. Change-Id: I4d50ef4a691630b521292cb622ef539b3494a970 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/debugger/qqmlprofilerdefinitions_p.h')
-rw-r--r--src/qml/debugger/qqmlprofilerdefinitions_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/debugger/qqmlprofilerdefinitions_p.h b/src/qml/debugger/qqmlprofilerdefinitions_p.h
index 952eafed29..bdc21cbf25 100644
--- a/src/qml/debugger/qqmlprofilerdefinitions_p.h
+++ b/src/qml/debugger/qqmlprofilerdefinitions_p.h
@@ -89,9 +89,6 @@ struct QQmlProfilerDefinitions {
enum BindingType {
QmlBinding,
- V8Binding,
- V4Binding,
-
MaximumBindingType
};