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

#include <QWidget>

namespace Ui {
class SecondWidget;
}

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

  ~SecondWidget();

private:
  Ui::SecondWidget* ui;
};