diff -r 9b022b1f357c -r e0aa398e6810 tsdevicedialog/tsdevicedialogplugin/inc/tsdataroles.h --- a/tsdevicedialog/tsdevicedialogplugin/inc/tsdataroles.h Tue Jul 06 14:37:10 2010 +0300 +++ b/tsdevicedialog/tsdevicedialogplugin/inc/tsdataroles.h Wed Aug 18 10:05:49 2010 +0300 @@ -20,6 +20,7 @@ namespace TsDataRoles { enum EntryAttributes { Closable = Qt::UserRole + 1, + Active, }; }