diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-02 19:23:30 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-02 19:23:30 +0200 |
commit | 6add9bedab227a2a5bde2c5fb0dd4a5c1bedc679 (patch) | |
tree | 043d932dce6f5881c874d81ab6f33ff31ead2faa /src/historydialog.h | |
parent | Fixing (again) merge conflicts.. (diff) | |
download | rekonq-6add9bedab227a2a5bde2c5fb0dd4a5c1bedc679.tar.xz |
History Dialog UI fixes
Diffstat (limited to 'src/historydialog.h')
-rw-r--r-- | src/historydialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/historydialog.h b/src/historydialog.h index 1f592cdd..6436eda3 100644 --- a/src/historydialog.h +++ b/src/historydialog.h @@ -43,6 +43,7 @@ signals: public: explicit HistoryDialog(QWidget *parent = 0, HistoryManager *history = 0); + QSize sizeHint() const; private slots: void customContextMenuRequested(const QPoint &pos); |