taskswitcherapp/tsdevicedialogplugin/inc/tsmodel.h
changeset 46 23b5d6a29cce
parent 39 4e8ebe173323
child 51 4785f57bf3d4
--- 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