summaryrefslogtreecommitdiff
path: root/doc/qtcreatordev/examples/exampleplugin/examplefunctions.h
blob: 7a618cbe5781feb474cd49ea6055d379b147025a (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "example_global.h"

namespace Example {

int EXAMPLE_EXPORT addOne(int i);

} // namespace Example