aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilereventtypes.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-04-28 16:02:54 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-05-06 10:27:09 +0000
commita53780924de223f56c5294d5ab9f501a602585bc (patch)
treeeecd8cce209a9f59c339f78e86f98eda20ec2228 /src/plugins/qmlprofiler/qmlprofilereventtypes.h
parent54b1106f4b5f912220f8dd1dc77129e81d59e05b (diff)
QmlProfiler: Apply some code cosmetics
Change-Id: I772713aec3a6c25136174b39b853a9ef3ee42a0b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilereventtypes.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilereventtypes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilereventtypes.h b/src/plugins/qmlprofiler/qmlprofilereventtypes.h
index dce0cf1d449..1ca5ccc3d9c 100644
--- a/src/plugins/qmlprofiler/qmlprofilereventtypes.h
+++ b/src/plugins/qmlprofiler/qmlprofilereventtypes.h
@@ -169,7 +169,6 @@ inline ProfileFeature featureFromRangeType(RangeType range)
}
namespace Constants {
-const int QML_MIN_LEVEL = 1; // Set to 0 to remove the empty line between models in the timeline
// Shorthand for all QML and JS range features.
const quint64 QML_JS_RANGE_FEATURES = (1 << ProfileCompiling) |
@@ -177,6 +176,6 @@ const quint64 QML_JS_RANGE_FEATURES = (1 << ProfileCompiling) |
(1 << ProfileBinding) |
(1 << ProfileHandlingSignal) |
(1 << ProfileJavaScript);
-}
+} // namespace Constants
} // namespace QmlProfiler