summaryrefslogtreecommitdiffstats
path: root/src/javascriptinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/javascriptinterface.h')
-rw-r--r--src/javascriptinterface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/javascriptinterface.h b/src/javascriptinterface.h
index 8826e46..cf2ec5b 100644
--- a/src/javascriptinterface.h
+++ b/src/javascriptinterface.h
@@ -34,7 +34,7 @@ private:
// loads jQuery code
void loadJQuery();
-signals:
+ signals:
// request the file from download manager
void requestFile(const QString& filename);
// quit the application
@@ -60,13 +60,13 @@ public slots:
void callbackOnFinished();
// slots for information exchange with the download manager.
- void updateProgressBar(const int& percent, const double& speed, const QString& unit);
+ void updateProgressBar(const int& percent, const double& speed,
+ const QString& unit);
void downloadInfo(const QString& filename, const double& filesize);
void notify(const QString& msg);
// functions to help test functionality
void trigger();
- void alert(const QString& message);
};
#endif // JAVASCRIPTINTERFACE_H_