changeset 13617:be7496863660

Now using the document of the irc client as the model part of the conversation.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Wed, 17 Aug 2011 19:35:36 +0200
parents 83bcf326e984
children 46c5fd59fe98
files gui/src/IRCWidget.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/src/IRCWidget.cpp
+++ b/gui/src/IRCWidget.cpp
@@ -214,6 +214,7 @@
 
   m_chatMessageTextEdit->setCompleter
       (new QCompleter (m_ircClientInterface->ircChannelProxy ("#octave")->userListModel (), this));
+  m_chatWindow->setDocument (m_octaveChannel->conversationModel ());
 
   if (connectOnStartup)
     connectToServer ();