MCPcopy Create free account
hub / github.com/Segs/Segs / ExampleService

Class ExampleService

3rd_party/jcon-cpp/src/example_service.h:4–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <QObject>
3
4class ExampleService : public QObject
5{
6 Q_OBJECT
7
8public:
9 ExampleService();
10 virtual ~ExampleService();
11
12 Q_INVOKABLE int getRandomInt(int limit);
13 Q_INVOKABLE QString printMessage(const QString& msg);
14 Q_INVOKABLE void printNotification(const QString& msg);
15};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected