summaryrefslogtreecommitdiff
path: root/src/urlpanel.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-01-09 10:22:41 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-01-09 10:22:41 +0100
commit622346cb4adc281d93bb777cad625610029c260d (patch)
treefbd5f3ddf9ddc7dd0555f07b404c5e4f0fdf8a5d /src/urlpanel.h
parentPut ioslaves on hold. (diff)
downloadrekonq-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.h3
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();
};