From 01dee39efd2a5814843c9a92056e824f1ecb8a9b Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 10 Oct 2010 08:24:44 +0000 Subject: remove extra newline --- examples/GuiClient/xmlConsoleDialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/GuiClient/xmlConsoleDialog.cpp') 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"); } -- cgit v1.2.3