diff --git a/readerthread.cpp b/readerthread.cpp --- a/readerthread.cpp +++ b/readerthread.cpp @@ -32,8 +32,7 @@ } } } - } - catch (std::exception const &e) { + } catch (std::exception const &e) { dce = new DataChangeEvent (e.what ()); QApplication::postEvent ((QObject *) handle, (QEvent *) dce); std::cerr << e.what () << std::endl;