homescreenapp/hsdomainmodel/src/hsgui.cpp
changeset 85 35368b604b28
parent 77 4b195f3bea29
child 92 6727c5d0afc7
equal deleted inserted replaced
77:4b195f3bea29 85:35368b604b28
   125         delete mImpl->mPageChangeAnimation;
   125         delete mImpl->mPageChangeAnimation;
   126         mImpl->mPageChangeAnimation = 0;
   126         mImpl->mPageChangeAnimation = 0;
   127         
   127         
   128         delete mImpl->mPageCrawlingAnimation;
   128         delete mImpl->mPageCrawlingAnimation;
   129         mImpl->mPageCrawlingAnimation = 0;
   129         mImpl->mPageCrawlingAnimation = 0;
       
   130         // This gets deleted when mImpl->mIdleView is deleted
       
   131         // so just nullify.
       
   132         mImpl->mIdleWidget = 0;
   130     }
   133     }
   131     
   134     
   132 }
   135 }
   133 
   136 
   134 void HsGui::setOrientation(Qt::Orientation orientation)
   137 void HsGui::setOrientation(Qt::Orientation orientation)