diff options
Diffstat (limited to 'src/JSObject.h')
| -rw-r--r-- | src/JSObject.h | 2 |
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. |
