X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.cpp;fp=src%2Fqtui%2Fchatscene.cpp;h=1544284a2240d64fa8ea52de32edab64ce373494;hp=78c33c88060c7cfc075410849f8ad022dff9a621;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hpb=158443f71d48215eea8b47b836b61afd77654b78 diff --git a/src/qtui/chatscene.cpp b/src/qtui/chatscene.cpp index 78c33c88..1544284a 100644 --- a/src/qtui/chatscene.cpp +++ b/src/qtui/chatscene.cpp @@ -147,11 +147,6 @@ ChatScene::ChatScene(QAbstractItemModel *model, QString idString, qreal width, C } -ChatScene::~ChatScene() -{ -} - - ChatView *ChatScene::chatView() const { return _chatView;