aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/xmlConsoleDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/xmlConsoleDialog.cpp')
-rw-r--r--examples/GuiClient/xmlConsoleDialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/GuiClient/xmlConsoleDialog.cpp b/examples/GuiClient/xmlConsoleDialog.cpp
index 2a2677f5..c7cbf3d2 100644
--- a/examples/GuiClient/xmlConsoleDialog.cpp
+++ b/examples/GuiClient/xmlConsoleDialog.cpp
@@ -30,6 +30,4 @@ void xmlConsoleDialog::message(QXmppLogger::MessageType type, const QString& tex
ui->textBrowser->append(formattedText);
else
ui->textBrowser->append(text);
-
- ui->textBrowser->append("\n");
}