summaryrefslogtreecommitdiffstats
path: root/src/JSObject.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-05 22:33:17 +0100
committerJonathan Bauer2011-03-05 22:33:17 +0100
commitab1846c64d417224a53e8dc4ef3c55f87a413cd6 (patch)
tree4ad604df991076b4e99c6d45aee5725a0d2707f4 /src/JSObject.h
parent-qws options not needed anymore (it is set in the constructor of QApplication.) (diff)
downloadfbgui-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.h2
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.