tsdevicedialog/tsdevicedialogplugin/inc/tsdataroles.h
changeset 116 305818acdca4
parent 102 8b8b34fa9751
equal deleted inserted replaced
112:dbfb5e38438b 116:305818acdca4
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 #ifndef TSDATAROLES_H
    17 #ifndef TSDATAROLES_H
    18 #define TSDATAROLES_H
    18 #define TSDATAROLES_H
    19 
    19 
    20 namespace TsDataRoles {
    20 namespace TsDataRoles
       
    21 {
    21     enum EntryAttributes {
    22     enum EntryAttributes {
    22         Closable = Qt::UserRole + 1,
    23         Closable = Qt::UserRole + 1,
    23         Active,
    24         Active,
    24     };
    25     };
    25 }
    26 }