From e8d2ae8c34af30cb5f44fd7a6507c24138fedf5a Mon Sep 17 00:00:00 2001 From: Daniel Klaffenbach Date: Thu, 4 Nov 2010 00:33:47 +0100 Subject: [PATCH] Accidentally removed Ui --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 64733c9..168e513 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -32,6 +32,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), + ui(new Ui::MainWindow), //create helper process helperProcess( this ), //create a new, stackable help window -- 1.7.9.5