From 2bef4cb3d3230915e5e673f10910ff8f520a0c19 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 3 May 2005 09:22:12 +0000 Subject: Implemented the gui part of the info object. --- src/mainwindow.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.cc') diff --git a/src/mainwindow.cc b/src/mainwindow.cc index eda7dc9..577058f 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.25 2005/05/03 09:22:12 deva + * Implemented the gui part of the info object. + * * Revision 1.24 2005/05/03 08:31:59 deva * Removed the error object, and replaced it with a more generic info object. * @@ -91,10 +94,10 @@ //#define WITH_DV -MainWindow::MainWindow( QWidget* parent, const char* name ) +MainWindow::MainWindow(QApplication *qApp, QWidget* parent, const char* name ) : QWidget( parent, name, WStyle_Customize | WStyle_NoBorder ) { - info = new InfoGui(); + info = new InfoGui(qApp, this); video_width = config->readInt("video_width"); video_height = config->readInt("video_height"); -- cgit v1.2.3