tsdevicedialog/tsdevicedialogplugin/inc/tsmodelitem.h
changeset 112 dbfb5e38438b
parent 99 7aaf39b772ac
child 119 50e220be30d1
equal deleted inserted replaced
107:b34d53f6acdf 112:dbfb5e38438b
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: tsmodelitem.h
    14 * Description: tsmodelitem.h
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 #ifndef TSMODELITEM_H
    17 #ifndef TSMODELITEM_H
    19 #define TSMODELITEM_H
    18 #define TSMODELITEM_H
       
    19 
       
    20 #include <QObject>
    20 #include <QVariant>
    21 #include <QVariant>
    21 #include <QModelIndex>
    22 
    22 /*!
    23 /*!
    23     Abstract class which define model item for taskswitcher
    24     Abstract class which define model item for taskswitcher
    24 */
    25 */
    25 class TsModelItem: public QObject
    26 class TsModelItem: public QObject
    26 {
    27 {