From 442c6ec72cbafacbfb6044e1a80c6eaadf8f070e Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 25 Jul 2005 12:42:13 +0000 Subject: *** empty log message *** --- src/mainwindow.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.cc') 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); -- cgit v1.2.3