#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