summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Autogen/example_ui.h
blob: d691133169ae65b52d041b1b1a2b68d05ac0f06f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef EXAMPLE_UI_H
#define EXAMPLE_UI_H

#include <QObject>

#include "ui_uiA.h"

class Example : public QObject
{
  Q_OBJECT
  Example();
};

#endif