QmlProfiler: Remove unused constant

Change-Id: I1000adaa8b6f5637fd9d5964f7f73a981427c1a0
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Ulf Hermann
2016-08-09 17:55:13 +02:00
parent 01f114ff81
commit edbd72f0a4

View File

@@ -28,7 +28,6 @@
namespace QmlProfiler {
namespace Constants {
const char ATTACH[] = "Menu.Analyzer.Attach";
const char TASK_LOAD[] = "QmlProfiler.TaskLoad";
const char TASK_SAVE[] = "QmlProfiler.TaskSave";
const char FLUSH_ENABLED[] = "Analyzer.QmlProfiler.FlushEnabled";