diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-10 08:24:44 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-10 08:24:44 +0000 |
| commit | 01dee39efd2a5814843c9a92056e824f1ecb8a9b (patch) | |
| tree | 271ad152de3f1c899d74f0c9cf1b6d7dc6a68412 /examples/GuiClient | |
| parent | 785bf04fd6587bc531f943b78779a73b3f8b8e05 (diff) | |
| download | qxmpp-01dee39efd2a5814843c9a92056e824f1ecb8a9b.tar.gz | |
remove extra newline
Diffstat (limited to 'examples/GuiClient')
| -rw-r--r-- | examples/GuiClient/xmlConsoleDialog.cpp | 2 |
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");
}
|
