forked from qt-creator/qt-creator
15 lines
338 B
C
15 lines
338 B
C
|
|
#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
|
||
|
|
|