From 622346cb4adc281d93bb777cad625610029c260d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 9 Jan 2011 10:22:41 +0100 Subject: Automatically expand grouped search in panels GCI Task by Furkan Uzumcu --- src/urlpanel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/urlpanel.h') 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(); }; -- cgit v1.2.1