forked from qt-creator/qt-creator
Start on Creating Plugins documentation.
Change-Id: Ic75775473cfb405cee5c53b2dc24144dba51a25c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
14
doc/api/examples/exampleplugin/exampleconstants.h
Normal file
14
doc/api/examples/exampleplugin/exampleconstants.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef EXAMPLECONSTANTS_H
|
||||
#define EXAMPLECONSTANTS_H
|
||||
|
||||
namespace Example {
|
||||
namespace Constants {
|
||||
|
||||
const char ACTION_ID[] = "Example.Action";
|
||||
const char MENU_ID[] = "Example.Menu";
|
||||
|
||||
} // namespace Example
|
||||
} // namespace Constants
|
||||
|
||||
#endif // EXAMPLECONSTANTS_H
|
||||
|
||||
Reference in New Issue
Block a user