homescreenapp/hsdomainmodel/src/hsgui.cpp
changeset 101 ba1b7e218624
parent 86 e4f038c420f7
equal deleted inserted replaced
98:e6f74eb7f69f 101:ba1b7e218624
   194     mImpl->mPageCrawlingAnimation = 0;
   194     mImpl->mPageCrawlingAnimation = 0;
   195 
   195 
   196     mImpl->mWindow = hbInstance->allMainWindows().first();
   196     mImpl->mWindow = hbInstance->allMainWindows().first();
   197     connect(mImpl->mWindow, SIGNAL(orientationChanged(Qt::Orientation)),
   197     connect(mImpl->mWindow, SIGNAL(orientationChanged(Qt::Orientation)),
   198         SIGNAL(orientationChanged(Qt::Orientation)));
   198         SIGNAL(orientationChanged(Qt::Orientation)));
   199 }
   199     connect(mImpl->mWindow, SIGNAL(aboutToChangeOrientation()),
       
   200         SIGNAL(aboutToChangeOrientation()));
       
   201 }