summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/qtcreatorplugin/mypluginconstants.h
blob: 32226d02383505075f87bf3fd7742644311cd90b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef %PluginName:u%CONSTANTS_%CppHeaderSuffix:u%
#define %PluginName:u%CONSTANTS_%CppHeaderSuffix:u%

namespace %PluginName% {
namespace Constants {

const char ACTION_ID[] = "%PluginName%.Action";
const char MENU_ID[] = "%PluginName%.Menu";

} // namespace %PluginName%
} // namespace Constants

#endif // %PluginName:u%CONSTANTS_%CppHeaderSuffix:u%