homescreenapp/hsdomainmodel/src/hsgui.cpp
changeset 101 ba1b7e218624
parent 86 e4f038c420f7
--- a/homescreenapp/hsdomainmodel/src/hsgui.cpp	Mon Oct 18 10:20:15 2010 +0300
+++ b/homescreenapp/hsdomainmodel/src/hsgui.cpp	Wed Oct 20 15:25:39 2010 +0300
@@ -196,4 +196,6 @@
     mImpl->mWindow = hbInstance->allMainWindows().first();
     connect(mImpl->mWindow, SIGNAL(orientationChanged(Qt::Orientation)),
         SIGNAL(orientationChanged(Qt::Orientation)));
+    connect(mImpl->mWindow, SIGNAL(aboutToChangeOrientation()),
+        SIGNAL(aboutToChangeOrientation()));
 }