videocollection/tsrc/stubs/inc/xqserviceutilxtra.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    17 
    17 
    18 #ifndef XQSERVICEUTILXTRA_H_
    18 #ifndef XQSERVICEUTILXTRA_H_
    19 #define XQSERVICEUTILXTRA_H_
    19 #define XQSERVICEUTILXTRA_H_
    20 
    20 
    21 #include <QObject>
    21 #include <QObject>
    22 
       
    23 class XQServiceUtilXtra;
       
    24 
    22 
    25 class XQServiceUtilXtra : public QObject
    23 class XQServiceUtilXtra : public QObject
    26 {
    24 {
    27     Q_OBJECT
    25     Q_OBJECT
    28 
    26 
    42 
    40 
    43     static XQServiceUtilXtra* mInstance;
    41     static XQServiceUtilXtra* mInstance;
    44 
    42 
    45     virtual ~XQServiceUtilXtra();
    43     virtual ~XQServiceUtilXtra();
    46 
    44 
    47 
       
    48     Q_DISABLE_COPY(XQServiceUtilXtra)
    45     Q_DISABLE_COPY(XQServiceUtilXtra)
    49 
    46 
    50 public:
    47 public:
    51 
    48 
    52     /**
    49     /**
    53      * Reference count.
    50      * Reference count.
    54      */
    51      */
    55     static int mReferenceCount;
    52     static int mReferenceCount;
    56 
    53 
    57     static bool service;
    54     static bool service;
    58 
       
    59 };
    55 };
    60 #endif
    56 #endif