From 334d43d980aab18a24398794522128de20a0a65c Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Mon, 11 Jul 2011 18:04:57 +0000 Subject: [PATCH] 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. --- src/gui/errormessage.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5