SecretService 0.13.2d47dfe
SecretService is base back end library for your c++ Qt projects.
itest.h
Go to the documentation of this file.
1#ifndef ITEST_H
2#define ITEST_H
3
4#include "testcore/global.h"
5
6namespace testcore {
7
9public:
10 ITest() = default;
11 virtual ~ITest() = default;
12
13 virtual void test() = 0;
14};
15}
16#endif // ITEST_H
virtual ~ITest()=default
virtual void test()=0
ITest()=default
#define TEST_CORE_EXPORT
Definition global.h:16