summaryrefslogtreecommitdiff
path: root/src/mainwindow.cc
diff options
context:
space:
mode:
authordeva <deva>2005-07-25 12:42:13 +0000
committerdeva <deva>2005-07-25 12:42:13 +0000
commit442c6ec72cbafacbfb6044e1a80c6eaadf8f070e (patch)
tree344699d152406abe3186c41675fccdd623b6c45c /src/mainwindow.cc
parenta500be754cfa6de7f1f18f985fab2f6870700a44 (diff)
*** empty log message ***
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r--src/mainwindow.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index 2623d80..8eb06f0 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -31,6 +31,9 @@
/*
* $Log$
+ * Revision 1.39 2005/07/25 12:42:13 deva
+ * *** empty log message ***
+ *
* Revision 1.38 2005/07/23 10:22:12 deva
* *** empty log message ***
*
@@ -170,7 +173,8 @@ MainWindow::MainWindow(QApplication *qApp, QWidget* parent, const char* name )
camera = new Camera(info);
camera->connect(config->readString("server_addr")->c_str(),
- config->readInt("server_port"));
+ config->readInt("server_port"),
+ img_live->width(), img_live->height());
// Make sure this is created *after* the camera object!
taskbartimer = new QTimer(this);