diff options
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r-- | src/mainwindow.cc | 6 |
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); |