summaryrefslogtreecommitdiffstats
path: root/src/javascriptinterface.cpp
diff options
context:
space:
mode:
authorNiklas Goby2011-04-12 19:21:47 +0200
committerNiklas Goby2011-04-12 19:21:47 +0200
commit9e5d4d97055b5af5b40df94bb8edd895078e5d9f (patch)
tree31ff9cdeda07369c2ba7b300319b88ecef5b66e1 /src/javascriptinterface.cpp
parentadded some comments in according to the doxigen (diff)
downloadfbgui-9e5d4d97055b5af5b40df94bb8edd895078e5d9f.tar.gz
fbgui-9e5d4d97055b5af5b40df94bb8edd895078e5d9f.tar.xz
fbgui-9e5d4d97055b5af5b40df94bb8edd895078e5d9f.zip
some more comments in the fbgui class
Diffstat (limited to 'src/javascriptinterface.cpp')
-rw-r--r--src/javascriptinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javascriptinterface.cpp b/src/javascriptinterface.cpp
index 13bcd38..634b478 100644
--- a/src/javascriptinterface.cpp
+++ b/src/javascriptinterface.cpp
@@ -10,7 +10,7 @@
* A constructor.
*
* @param parent
- * Is of type QWebFrame.
+ * Is of type QWebFrame.
*/
JavascriptInterface::JavascriptInterface(QWebFrame *parent){
qxtLog->debug() << "Initializing javascript interface...";