forked from qt-creator/qt-creator
QmlProfiler: Remove unused constant
Change-Id: I1000adaa8b6f5637fd9d5964f7f73a981427c1a0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -28,7 +28,6 @@
|
|||||||
namespace QmlProfiler {
|
namespace QmlProfiler {
|
||||||
namespace Constants {
|
namespace Constants {
|
||||||
|
|
||||||
const char ATTACH[] = "Menu.Analyzer.Attach";
|
|
||||||
const char TASK_LOAD[] = "QmlProfiler.TaskLoad";
|
const char TASK_LOAD[] = "QmlProfiler.TaskLoad";
|
||||||
const char TASK_SAVE[] = "QmlProfiler.TaskSave";
|
const char TASK_SAVE[] = "QmlProfiler.TaskSave";
|
||||||
const char FLUSH_ENABLED[] = "Analyzer.QmlProfiler.FlushEnabled";
|
const char FLUSH_ENABLED[] = "Analyzer.QmlProfiler.FlushEnabled";
|
||||||
|
|||||||
Reference in New Issue
Block a user