Files
qt-creator/src/plugins/qmlprofiler/qmlprofilerconstants.h

15 lines
338 B
C
Raw Normal View History

2011-03-11 12:22:57 +01:00
#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