diff options
Diffstat (limited to 'src/panels/panel.h')
| -rw-r--r-- | src/panels/panel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panels/panel.h b/src/panels/panel.h index 83ed3da3b..2e8d46e40 100644 --- a/src/panels/panel.h +++ b/src/panels/panel.h @@ -50,6 +50,9 @@ public: void setCustomContextMenuActions(const QList<QAction*>& actions); QList<QAction*> customContextMenuActions() const; + /** @see QWidget::sizeHint() */ + virtual QSize sizeHint() const; + public slots: /** * This is invoked every time the folder being displayed in the |
