--- a/taskswitcherapp/tsserviceplugin/src/tslongpresswatcher.cpp Fri Mar 19 09:27:44 2010 +0200
+++ b/taskswitcherapp/tsserviceplugin/src/tslongpresswatcher.cpp Fri Apr 16 14:54:01 2010 +0300
@@ -18,6 +18,11 @@
#include "tslongpresswatcher.h"
#include "tslongpresswatcher_p.h"
+/*!
+ \class TsLongPressWatcher
+ \ingroup group_tsserviceplugin
+ \brief Class watching app key events.
+*/
TsLongPressWatcher::TsLongPressWatcher(QObject *parent) : QObject(parent)
{
d_ptr = new TsLongPressWatcherPrivate(this);