diff options
author | deva <deva> | 2005-03-27 10:29:50 +0000 |
---|---|---|
committer | deva <deva> | 2005-03-27 10:29:50 +0000 |
commit | c61ab7c4232eb80b7cc3c2f37ba2715e16b4ee73 (patch) | |
tree | 2d49cb3cc44f0249e0b90e547b58bb50f68c5270 /src/mainwindow.cc | |
parent | 29ff2e254871ebc359af344d6ee453047e8ad2ec (diff) |
Made the Error object thread safe.
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r-- | src/mainwindow.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } |