changeset 1 | 5914e37481c5 |
child 3 | 46b8d9898143 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mainwindow.cc Sat Jan 21 23:47:15 2012 +0100 @@ -0,0 +1,9 @@ +#include "mainwindow.h" +#include "ui_mainwindow.h" + +MainWindow::MainWindow(QWidget *parent) + : QMainWindow(parent), ui(new Ui::MainWindow) +{ + ui->setupUi(this); + dumpObjectTree(); +}