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 282b232..b012958 100644 --- a/src/JSObject.h +++ b/src/JSObject.h @@ -45,7 +45,7 @@ public: // the signals will be connected in the fbbrowser class with slots of the fbbrowser class signals: - void downloadFile(QString filename); + void downloadFile(QUrl& urlToFile); void signalQuitAll(); /* // should be the last signal to be emited. |
