summaryrefslogtreecommitdiffstats
path: root/src/JSObject.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-06 13:37:20 +0100
committerJonathan Bauer2011-03-06 13:37:20 +0100
commit1dbd03fbcfe5910a224c0d1c5040402f8496f900 (patch)
treefc6ce32ed58be06b1d75cb8beb7c7ccdf7132acd /src/JSObject.h
parentjsobject member renaming (diff)
downloadfbgui-1dbd03fbcfe5910a224c0d1c5040402f8496f900.tar.gz
fbgui-1dbd03fbcfe5910a224c0d1c5040402f8496f900.tar.xz
fbgui-1dbd03fbcfe5910a224c0d1c5040402f8496f900.zip
updated communication between jso/dm/fbb
Diffstat (limited to 'src/JSObject.h')
-rw-r--r--src/JSObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSObject.h b/src/JSObject.h
index ca6e3db..1102610 100644
--- a/src/JSObject.h
+++ b/src/JSObject.h
@@ -47,7 +47,7 @@ public:
// the signals will be connected in the fbbrowser class with slots of the fbbrowser class
signals:
- void downloadFile(QUrl& urlToFile);
+ void requestFile(QString& filename);
void signalQuitAll();
/*
// should be the last signal to be emited.