Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
3b901b25a86f49ebef9be03ec762ed76422fd91c
qt-creator/share/qtcreator/templates/wizards/qtcreatorplugin/mypluginconstants.h

11 lines
208 B
C
Raw Normal View History

QtC Plugin Wizard: Use #pragma once No need to discuss individual header guards that way;-) And that is what we want to use in Qt Creator now anyway. Change-Id: Idb2d7a34ea3c5d99c18c696eaed4023c12c01930 Task-number: QTCREATORBUG-15861 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
2016-03-14 14:28:49 +01:00
#pragma once
Update the template for Qt Creator plugin. Make it more consistant with the current plugins: * plugin class use the Plugin template instead of Impl * add a pluginconstants.h file * use the new pluginspec.in file Merge-request: 216 Reviewed-by: con <qtc-committer@nokia.com>
2010-12-07 12:24:30 +01:00
namespace %PluginName% {
namespace Constants {
more style fixes of string literal access Change-Id: I60b0c53681c6a0cc38231e805479deb614aa0096 Reviewed-by: hjk <qthjk@ovi.com>
2011-11-02 16:45:13 +01:00
const char ACTION_ID[] = "%PluginName%.Action";
const char MENU_ID[] = "%PluginName%.Menu";
Update the template for Qt Creator plugin. Make it more consistant with the current plugins: * plugin class use the Plugin template instead of Impl * add a pluginconstants.h file * use the new pluginspec.in file Merge-request: 216 Reviewed-by: con <qtc-committer@nokia.com>
2010-12-07 12:24:30 +01:00
} // namespace %PluginName%
} // namespace Constants
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 213ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API