Instantiate the QmlChatView instead of the QGV-based ChatView
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 9 Aug 2011 16:53:02 +0000 (18:53 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 10 Aug 2011 13:31:22 +0000 (15:31 +0200)
If Quassel is built with -DWITH_QML=ON, we now create and display the
ChatView component rather than the traditional QGraphicsView-based widget.

Note that some features like the ChatMonitor are disabled for now.


No differences found