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=2b8f1bc0102032ea710777d58895c3189dd19e01;hp=a654aed3e63a4d7c9319d3ffcab9e274daee38f3;hb=ba3f171f93c522212aee15eb5ce23db4dca6e359;hpb=219d124b5000b39d90482f575b6ceb838c037ebc diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index a654aed3..2b8f1bc0 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -83,7 +83,6 @@ protected: void dropEvent(QDropEvent* event) override; void rowsInserted(const QModelIndex& parent, int start, int end) override; void wheelEvent(QWheelEvent*) override; - QSize sizeHint() const override; void focusInEvent(QFocusEvent* event) override { QAbstractScrollArea::focusInEvent(event); } void contextMenuEvent(QContextMenuEvent* event) override;