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 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 |
