diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-19 17:26:02 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:04:20 +0200 |
commit | de173857a95933a3de8ef446bde8a1a004d21d65 (patch) | |
tree | 0a050025fda6681d82047801b38e71dd35532141 /src/cookiedialog.h | |
parent | Fixing Compilation. Going to feature improvements (diff) | |
download | rekonq-de173857a95933a3de8ef446bde8a1a004d21d65.tar.xz |
Fixing Ui cookies dim
Diffstat (limited to 'src/cookiedialog.h')
-rw-r--r-- | src/cookiedialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cookiedialog.h b/src/cookiedialog.h index fa78100c..e1b17356 100644 --- a/src/cookiedialog.h +++ b/src/cookiedialog.h @@ -70,6 +70,8 @@ class CookiesDialog : public KDialog public: explicit CookiesDialog(CookieJar *cookieJar, QWidget *parent = 0); + QSize sizeHint() const; + private: QSortFilterProxyModel *m_proxyModel; }; |