From 8fbc0a431cc25292978323edc2f53bfa9f2c3c96 Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 10 Oct 2011 17:07:14 +0200 Subject: corrected some errors --- src/javascriptinterface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/javascriptinterface.h') 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_ -- cgit v1.2.3-55-g7522