X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;fp=src%2Fuisupport%2Fbufferview.h;h=47a519f5a48a9a8c992591f1b084d8af6bb2ea23;hp=2a32eb2c3a08c2af5dcb079b0114cde9ce0b1a5d;hb=ab7ef4d24f62b5848b628482b7762ebfc0b53e1a;hpb=c55df5f2d765b100b7a1ead5a72202f969aa9581 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);