summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/Complex/resourcetester.h
blob: dbdb3ad722836e9fbd328b47f79831cc1d2876c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef RESOURCE_TESTER_H
#define RESOURCE_TESTER_H

#include <QObject>

class ResourceTester : public QObject
{
  Q_OBJECT
public:
  explicit ResourceTester(QObject* parent = 0);

private slots:
  void doTest();
};

#endif