controlpanel/src/cpframework/src/cpwatchdog.h
changeset 32 20bd089f4aaa
parent 31 2c9d3aa5bea2
equal deleted inserted replaced
31:2c9d3aa5bea2 32:20bd089f4aaa
    16 */
    16 */
    17 
    17 
    18 #ifndef CPWATCHDOG_H
    18 #ifndef CPWATCHDOG_H
    19 #define CPWATCHDOG_H
    19 #define CPWATCHDOG_H
    20 
    20 
    21 #include <qobject>
    21 #include <QObject>
    22 #include <qvector>
    22 #include <QVector>
    23 
    23 
    24 #define gWatchDog CpWatchDog::instance()
    24 #define gWatchDog CpWatchDog::instance()
    25 
    25 
    26 #define BEGIN_WATCHDOG_QUARANTINE(PLUGINID) \
    26 #define BEGIN_WATCHDOG_QUARANTINE(PLUGINID) \
    27         gWatchDog->quarantine(PLUGINID);
    27         gWatchDog->quarantine(PLUGINID);