summaryrefslogtreecommitdiff
path: root/plugingui/filebrowser.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-03-06 14:45:31 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-03-06 14:45:31 +0100
commitd611ee9834561622faeeddb604062d92b30a4512 (patch)
treee2f474edfc29af0915c9800bf19d3c6eb2bc7fde /plugingui/filebrowser.h
parent79071c752b907858c4ca7c0bd8b54cb17860254f (diff)
Remove debug info. Add setPath method.
Diffstat (limited to 'plugingui/filebrowser.h')
-rw-r--r--plugingui/filebrowser.h2
1 files changed, 2 insertions, 0 deletions
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),