summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/second_widget.h
blob: fe4d175f7115c05758c104f41ea43cb00e68002a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

#include <QWidget>

namespace Ui
{
class SecondWidget;
}

class SecondWidget : public QWidget
{
  Q_OBJECT
public:
  explicit SecondWidget(QWidget *parent = 0);

  ~SecondWidget();

private:
  Ui::SecondWidget* ui;
};