diff options
| author | Jonathan Bauer | 2011-03-04 21:05:12 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-04 21:05:12 +0100 |
| commit | 9e5705b50b1187807e753888aebdbbb11b362bcb (patch) | |
| tree | 33b803d07841411718cca8686b16216de8bd092b /src/jsObject.h | |
| parent | Added javascript functionality for download manager.. (diff) | |
| download | fbgui-9e5705b50b1187807e753888aebdbbb11b362bcb.tar.gz fbgui-9e5705b50b1187807e753888aebdbbb11b362bcb.tar.xz fbgui-9e5705b50b1187807e753888aebdbbb11b362bcb.zip | |
Progress bar for downloads (using jQuery) fixed
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 50a7d8c..a58594f 100644 --- a/src/jsObject.h +++ b/src/jsObject.h @@ -46,7 +46,7 @@ signals: // Will close the browser and continues the boot sequenze void closeBrowser(); // will start the download of all needed files for the following boot sequence - void startDownload(); + void startDownload(QString filename); // starts the slot which is responsible for extracting the MAC address of the machine // the MAC Address will be the parameter of a javascript function which will present it on the webpage |
