taskswitcherapp/tsserviceplugin/src/tslongpresswatcher.cpp
changeset 36 cdae8c6c3876
parent 35 f9ce957a272c
equal deleted inserted replaced
35:f9ce957a272c 36:cdae8c6c3876
    16 */
    16 */
    17 
    17 
    18 #include "tslongpresswatcher.h"
    18 #include "tslongpresswatcher.h"
    19 #include "tslongpresswatcher_p.h"
    19 #include "tslongpresswatcher_p.h"
    20 
    20 
       
    21 /*!
       
    22     \class TsLongPressWatcher
       
    23     \ingroup group_tsserviceplugin
       
    24     \brief Class watching app key events.
       
    25 */
    21 TsLongPressWatcher::TsLongPressWatcher(QObject *parent) : QObject(parent)
    26 TsLongPressWatcher::TsLongPressWatcher(QObject *parent) : QObject(parent)
    22 {
    27 {
    23     d_ptr = new TsLongPressWatcherPrivate(this);
    28     d_ptr = new TsLongPressWatcherPrivate(this);
    24 }
    29 }
    25 
    30