Grantlee
5.3.0
textdocument
tests
coverageobject.h
1
#ifndef _TEST_COVERAGE_OBJECT_H
2
#define _TEST_COVERAGE_OBJECT_H
3
#include <QObject>
4
class
CoverageObject :
public
QObject
5
{
6
Q_OBJECT
7
public
:
8
CoverageObject(QObject *p =
nullptr
) : QObject(p) {}
9
virtual
void
initTest() {}
10
virtual
void
cleanupTest() {}
11
protected
Q_SLOTS:
12
void
init();
13
void
cleanup();
14
};
15
#endif
Generated by
1.13.2