From d611ee9834561622faeeddb604062d92b30a4512 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 6 Mar 2013 14:45:31 +0100 Subject: Remove debug info. Add setPath method. --- plugingui/filebrowser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugingui/filebrowser.h') diff --git a/plugingui/filebrowser.h b/plugingui/filebrowser.h index bdfe98f..e745e7e 100644 --- a/plugingui/filebrowser.h +++ b/plugingui/filebrowser.h @@ -41,6 +41,8 @@ public: FileBrowser(Widget *parent); ~FileBrowser(); + void setPath(std::string path); + bool isFocusable() { return true; } void registerFileSelectHandler(void (*handler)(void *, std::string), -- cgit v1.2.3