homescreenapp/serviceproviders/hsmenuserviceprovider/tsrc/t_hsmenuserviceprovider/inc/caitemmodel.h
changeset 97 66b5fe3c07fd
parent 90 3ac3aaebaee5
--- a/homescreenapp/serviceproviders/hsmenuserviceprovider/tsrc/t_hsmenuserviceprovider/inc/caitemmodel.h	Mon Sep 27 11:52:00 2010 +0300
+++ b/homescreenapp/serviceproviders/hsmenuserviceprovider/tsrc/t_hsmenuserviceprovider/inc/caitemmodel.h	Wed Oct 06 16:06:24 2010 +0300
@@ -108,14 +108,17 @@
         mDataRole = role;
         return mDataResult;
     }
+
     void setAutoUpdate(bool autoUpdate)
     {
         mIsAutoUpdateResult = autoUpdate;
     }
+
     void setSecondLineVisibility(bool secondLineVisible)
     {
         mSecondLineVisibilityResult = secondLineVisible;
     }
+
     bool secondLineVisibility() const
     {
         return mSecondLineVisibilityResult;
@@ -142,24 +145,30 @@
     {
         return mGetIconSizeResult;
     }
+    
     void updateModel(){}
+    
     void setParentId(int parentId)
     {
         Q_UNUSED(parentId);
     }
+    
     void setFlagsOn(const EntryFlags &onFlags) 
     {
         Q_UNUSED(onFlags);
     }
+    
     void setFlagsOff(const EntryFlags &offFlags) 
     {
         Q_UNUSED(offFlags);
     }
+    
     QSharedPointer<CaEntry> entry(const QModelIndex &index) const 
     {
         Q_UNUSED(index);
         return mEntryResult;
     }
+    
     QList<int> getUninstallingEntriesIds(int componentId)
     {
         Q_UNUSED(componentId);
@@ -168,6 +177,7 @@
         ids.append(4);
         return ids;
     }
+    
     void updateProgress(int id, int valueOfProgress)
     {
         if (id == mEntryResult->id()) {