diff -r 4e8ebe173323 -r 23b5d6a29cce taskswitcherapp/tsdevicedialogplugin/inc/tsmodel.h --- a/taskswitcherapp/tsdevicedialogplugin/inc/tsmodel.h Mon May 03 12:24:59 2010 +0300 +++ b/taskswitcherapp/tsdevicedialogplugin/inc/tsmodel.h Fri May 14 15:43:04 2010 +0300 @@ -87,6 +87,11 @@ * Icon size in model */ QSize mSize; + + /* + * Maximum number of items (only for running apps + activities) + */ + int mMaxItems; }; #endif // TSMODEL_H