summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@nokia.com>2011-07-14 14:49:19 +0200
committerRainer Keller <rainer.keller@nokia.com>2011-08-17 10:11:38 +0200
commitf1cc6e767f6fd44eb3f20c43e760768083a93b0c (patch)
treeea4968bf2c39e2521b455a48b0342c22381ef5eb /src
parentbd5f4a413e196fa1a64d140b3beb3f58520171fb (diff)
Add script interface documentation for touch and camera
Diffstat (limited to 'src')
-rw-r--r--src/other/widgetmanager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/other/widgetmanager.cpp b/src/other/widgetmanager.cpp
index c1176cf..37369f9 100644
--- a/src/other/widgetmanager.cpp
+++ b/src/other/widgetmanager.cpp
@@ -711,6 +711,11 @@ void WidgetManager::setMouseInputMode(MultiPointTouchUi::InputMode newMode)
w->setMouseInputMode(newMode);
}
+/*!
+ \class TouchScriptInterface
+ \brief Exposed as touch
+*/
+
TouchScriptInterface::TouchScriptInterface(WidgetManager *wm)
: QObject(wm)
, mWidgetManager(wm)