mpdata/tsrc/unittest_mpsongdata/stub/inc/thumbnailmanager_qt.h
changeset 48 af3740e3753f
parent 29 8192e5b5c935
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
    13 *
    13 *
    14 * Description: ThumbnailManager stub for testing MpSongData
    14 * Description: ThumbnailManager stub for testing MpSongData
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef THUMBNAILMANAGER_QT_H_
    18 #ifndef THUMBNAILMANAGER_QT_H
    19 #define THUMBNAILMANAGER_QT_H_
    19 #define THUMBNAILMANAGER_QT_H
       
    20 
    20 #include <QObject>
    21 #include <QObject>
    21 #include <QPixmap>
    22 #include <QPixmap>
    22 
    23 
    23 
    24 
    24 /** default priority value */
    25 /** default priority value */
   123     int     mThumbnailReqCounter;
   124     int     mThumbnailReqCounter;
   124     int     mCancelCounter;
   125     int     mCancelCounter;
   125 
   126 
   126 };
   127 };
   127 
   128 
   128 #endif /* THUMBNAILMANAGER_QT_H_ */
   129 #endif // THUMBNAILMANAGER_QT