forked from qt-creator/qt-creator
QmlProfiler: first commit
This commit is contained in:
14
src/plugins/qmlprofiler/qmlprofilerconstants.h
Normal file
14
src/plugins/qmlprofiler/qmlprofilerconstants.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef QMLPROFILERPLUGINCONSTANTS_H
|
||||
#define QMLPROFILERPLUGINCONSTANTS_H
|
||||
|
||||
namespace QmlProfiler {
|
||||
namespace Constants {
|
||||
|
||||
const char * const ACTION_ID = "QmlProfilerPlugin.Action";
|
||||
const char * const MENU_ID = "QmlProfilerPlugin.Menu";
|
||||
|
||||
} // namespace QmlProfiler
|
||||
} // namespace Constants
|
||||
|
||||
#endif // QMLPROFILERPLUGINCONSTANTS_H
|
||||
|
||||
Reference in New Issue
Block a user