diff options
| author | Jonathan Bauer | 2011-03-09 20:28:17 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-09 20:28:17 +0100 |
| commit | e830cfcdee7f0ecb6d2b9a0d52ab19b28402eec2 (patch) | |
| tree | 4e182931a584c5d4c00c426fd8bf4502d5de5e76 /src/javascriptInterface.h | |
| parent | javascriptInterface can be accessed by "fbgui" now (jsObject also for now..) (diff) | |
| download | fbgui-e830cfcdee7f0ecb6d2b9a0d52ab19b28402eec2.tar.gz fbgui-e830cfcdee7f0ecb6d2b9a0d52ab19b28402eec2.tar.xz fbgui-e830cfcdee7f0ecb6d2b9a0d52ab19b28402eec2.zip | |
DM also provides current file on update
Diffstat (limited to 'src/javascriptInterface.h')
| -rw-r--r-- | src/javascriptInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javascriptInterface.h b/src/javascriptInterface.h index 21f994a..0e71572 100644 --- a/src/javascriptInterface.h +++ b/src/javascriptInterface.h @@ -31,7 +31,7 @@ public slots: void attachToDOM(); QString getSysInfo(QString info); void startDownload(QString filename); - void updateProgressBar(int i); + void updateProgressBar(QString current, int i); void quitAll(); }; |
