diff options
| author | Jonathan Bauer | 2011-03-05 22:33:17 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-05 22:33:17 +0100 |
| commit | ab1846c64d417224a53e8dc4ef3c55f87a413cd6 (patch) | |
| tree | 4ad604df991076b4e99c6d45aee5725a0d2707f4 /src/JSObject.h | |
| parent | -qws options not needed anymore (it is set in the constructor of QApplication.) (diff) | |
| download | fbgui-ab1846c64d417224a53e8dc4ef3c55f87a413cd6.tar.gz fbgui-ab1846c64d417224a53e8dc4ef3c55f87a413cd6.tar.xz fbgui-ab1846c64d417224a53e8dc4ef3c55f87a413cd6.zip | |
downloadFile now needs a QUrl&, simplifies things (startDownload slot in jso needs reworking, tempfix there but messy.)
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. |
