summaryrefslogtreecommitdiffstats
path: root/src/javascriptInterface.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-20 19:37:58 +0100
committerJonathan Bauer2011-03-20 19:37:58 +0100
commit3e76f5ca4439ae87f436080b840dba180fb842d3 (patch)
treef02a320058973ec60fa85a84491ce222c513aefd /src/javascriptInterface.h
parentdebug console dummy only shown if debug mode active (diff)
downloadfbgui-3e76f5ca4439ae87f436080b840dba180fb842d3.tar.gz
fbgui-3e76f5ca4439ae87f436080b840dba180fb842d3.tar.xz
fbgui-3e76f5ca4439ae87f436080b840dba180fb842d3.zip
debug console now powered by qxt, custom engines, updated debug msgs. Download manager now uses notify(message) to send error/status to the javascript interface, checks for download errors (still some missing)
Diffstat (limited to 'src/javascriptInterface.h')
-rw-r--r--src/javascriptInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/javascriptInterface.h b/src/javascriptInterface.h
index 457254b..5c6f1cf 100644
--- a/src/javascriptInterface.h
+++ b/src/javascriptInterface.h
@@ -41,6 +41,7 @@ public slots:
void callbackOnDlQueueFinished();
void updateProgressBar(int percent, double speed, QString unit);
void downloadInfo(QString filename, double filesize);
+ void notify(QString msg);
QString getSysInfo(QString info);
void quit();
};