From c61ab7c4232eb80b7cc3c2f37ba2715e16b4ee73 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 27 Mar 2005 10:29:50 +0000 Subject: Made the Error object thread safe. --- src/mainwindow.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainwindow.cc') diff --git a/src/mainwindow.cc b/src/mainwindow.cc index e779c19..8164981 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -95,7 +95,6 @@ MainWindow::MainWindow( QWidget* parent, const char* name ) cfg.readInt("server_port")); cam_error = camera->errorObject(); - cam_error->pushError("fisk"); while(cam_error->hasError()) { MessageBox(this, "", cam_error->popErrorString().c_str(), TYPE_OK, ICON_ERROR).exec(); } -- cgit v1.2.3