summaryrefslogtreecommitdiffstats
path: root/src/JSObject.h
diff options
context:
space:
mode:
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.