From ab1846c64d417224a53e8dc4ef3c55f87a413cd6 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Sat, 5 Mar 2011 22:33:17 +0100 Subject: downloadFile now needs a QUrl&, simplifies things (startDownload slot in jso needs reworking, tempfix there but messy.) --- src/JSObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/JSObject.h') 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. -- cgit v1.2.3-55-g7522