diff options
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(); }; |