diff options
Diffstat (limited to 'doc/qtcreatordev/examples/exampleplugin/examplefunctions.h')
-rw-r--r-- | doc/qtcreatordev/examples/exampleplugin/examplefunctions.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/qtcreatordev/examples/exampleplugin/examplefunctions.h b/doc/qtcreatordev/examples/exampleplugin/examplefunctions.h new file mode 100644 index 0000000000..7a618cbe57 --- /dev/null +++ b/doc/qtcreatordev/examples/exampleplugin/examplefunctions.h @@ -0,0 +1,9 @@ +#pragma once + +#include "example_global.h" + +namespace Example { + +int EXAMPLE_EXPORT addOne(int i); + +} // namespace Example |