X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fuisupport%2Fbufferview.h;h=47a519f5a48a9a8c992591f1b084d8af6bb2ea23;hb=1a45f16a9734820fba42fe1db3f38dd1eee49df6;hp=2a32eb2c3a08c2af5dcb079b0114cde9ce0b1a5d;hpb=ccb1306902e00b67f4593307c61d64be57134f31;p=quassel.git diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index 2a32eb2c..47a519f5 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -85,11 +85,7 @@ protected: virtual void focusInEvent(QFocusEvent *event) { QAbstractScrollArea::focusInEvent(event); } virtual void contextMenuEvent(QContextMenuEvent *event); -#if QT_VERSION < 0x050000 - virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight); -#else virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector &roles); -#endif private slots: void joinChannel(const QModelIndex &index);