summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/mainwindow.h
blob: 24621ffb01e5df4d8b658621288347cc48a61c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <QObject>

#include "ui_mainwindow.h"

class MainWindow : public QObject
{
  Q_OBJECT
public:
  MainWindow() { mwUi.setupUi(&mw); }

  MocWidget mw;
  Ui::Widget mwUi;
};