diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-01-09 10:22:41 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-01-09 10:22:41 +0100 |
commit | 622346cb4adc281d93bb777cad625610029c260d (patch) | |
tree | fbd5f3ddf9ddc7dd0555f07b404c5e4f0fdf8a5d /src/urlpanel.h | |
parent | Put ioslaves on hold. (diff) | |
download | rekonq-622346cb4adc281d93bb777cad625610029c260d.tar.xz |
Automatically expand grouped search in panels
GCI Task by Furkan Uzumcu
Diffstat (limited to 'src/urlpanel.h')
-rw-r--r-- | src/urlpanel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/urlpanel.h b/src/urlpanel.h index 42ff85fa..ab81a390 100644 --- a/src/urlpanel.h +++ b/src/urlpanel.h @@ -70,6 +70,9 @@ protected Q_SLOTS: private: PanelTreeView *_treeView; bool _loaded; + +private slots: + void expandTreeView(); }; |