From: Philipp Spitzer Date: Mon, 11 Jul 2011 18:04:57 +0000 (+0000) Subject: Error messages reported with the function error_essage are no longer writted to std... X-Git-Tag: 0.5.1~11 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/334d43d980aab18a24398794522128de20a0a65c Error messages reported with the function error_essage are no longer writted to std:error because they are shown to the user anyway. This commit partly resolves ticket #10. --- diff --git a/src/gui/errormessage.cpp b/src/gui/errormessage.cpp index d41b0e3..407f52d 100644 --- a/src/gui/errormessage.cpp +++ b/src/gui/errormessage.cpp @@ -30,7 +30,6 @@ void error_message(const QString& message) { - QTextStream(stderr) << "ERROR: " << message << "\n"; #ifdef QT_MAEMO5_LIB // by default the message is white on yellow, which is unusable // but some html here works