diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-02-12 10:46:50 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-02-12 10:46:50 (GMT) |
commit | 216a1b17c9e269e379c33f61c8cbc7acb7854b74 (patch) | |
tree | ac73b0c74404f39bf713c6521b6a0aa9ff07ea7b /Swift | |
parent | 7072cea98da43a109becb5530a12305d1b08cd32 (diff) | |
download | swift-contrib-216a1b17c9e269e379c33f61c8cbc7acb7854b74.zip swift-contrib-216a1b17c9e269e379c33f61c8cbc7acb7854b74.tar.bz2 |
Temporarily reverting the change to process GUI events on incoming message.
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtChatView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatView.cpp b/Swift/QtUI/QtChatView.cpp index 3f7617a..0f25d76 100644 --- a/Swift/QtUI/QtChatView.cpp +++ b/Swift/QtUI/QtChatView.cpp @@ -103,7 +103,7 @@ void QtChatView::addToDOM(boost::shared_ptr<ChatSnippet> snippet) { newInsertPoint_.prependOutside(newElement); } lastElement_ = newElement; - qApp->processEvents(); + //qApp->processEvents(); } void QtChatView::replaceLastMessage(const QString& newMessage) { |