summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/debug_class.cpp
blob: 58e72e46cc6ca8d3dc58b8bc5fead9fb654b1e48 (plain)
1
2
3
4
5
6
7
8
9

#include "debug_class.h"
#include "ui_debug_class.h"

DebugClass::DebugClass(QWidget *parent)
  : QWidget(parent), ui(new Ui::DebugClass)
{
  ui->setupUi(this);
}