X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;h=72e79f7bfaa74f8c6588a29b66c098205dab82fb;hp=2a32eb2c3a08c2af5dcb079b0114cde9ce0b1a5d;hb=98cf856e5cccb789b4b89fbfb42e882129b80334;hpb=1098cc4f4783f1f0822789ff6585e6a26b46fee0 diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index 2a32eb2c..72e79f7b 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -81,7 +81,6 @@ protected: virtual void dropEvent(QDropEvent *event); virtual void rowsInserted(const QModelIndex &parent, int start, int end); virtual void wheelEvent(QWheelEvent *); - virtual QSize sizeHint() const; virtual void focusInEvent(QFocusEvent *event) { QAbstractScrollArea::focusInEvent(event); } virtual void contextMenuEvent(QContextMenuEvent *event);