summaryrefslogtreecommitdiffstats
path: root/src/javascriptInterface.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-09 20:28:17 +0100
committerJonathan Bauer2011-03-09 20:28:17 +0100
commite830cfcdee7f0ecb6d2b9a0d52ab19b28402eec2 (patch)
tree4e182931a584c5d4c00c426fd8bf4502d5de5e76 /src/javascriptInterface.h
parentjavascriptInterface can be accessed by "fbgui" now (jsObject also for now..) (diff)
downloadfbgui-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.h2
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();
};