X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.cpp;h=10ebfc7a6a4253f1744bef3239763d49e03dc3be;hp=73d0bc841b80d6d8c5de3acfb8acb8ea74cdc834;hb=920feae12b62b749299014ce85241165e09b7f4b;hpb=fadb23192f41a04c6a8e16e69576c675a8c40c0a diff --git a/src/qtui/chatscene.cpp b/src/qtui/chatscene.cpp index 73d0bc84..10ebfc7a 100644 --- a/src/qtui/chatscene.cpp +++ b/src/qtui/chatscene.cpp @@ -27,7 +27,7 @@ #include "chatscene.h" #include "quasselui.h" -ChatScene::ChatScene(MessageModel *model, QObject *parent) : QGraphicsScene(parent), _model(model) { +ChatScene::ChatScene(QAbstractItemModel *model, QObject *parent) : QGraphicsScene(parent), _model(model) { _width = 0; _timestampWidth = 60; _senderWidth = 80;