mpviewplugins/mpcollectionviewplugin/src/mpcollectionviewplugin.cpp
changeset 22 ecf06a08d4d9
parent 19 4e84c994a771
equal deleted inserted replaced
20:82baf59ce8dd 22:ecf06a08d4d9
   133 
   133 
   134  \reimp
   134  \reimp
   135  */
   135  */
   136 void MpCollectionViewPlugin::orientationChange( Qt::Orientation orientation )
   136 void MpCollectionViewPlugin::orientationChange( Qt::Orientation orientation )
   137 {
   137 {
   138     if ( mState == Activated ) {
   138     TX_LOG
   139         mView->orientationChange(orientation);
   139     Q_UNUSED( orientation );
   140     }
       
   141 }
   140 }
   142 
   141 
   143 /*!
   142 /*!
   144  Slot to handle back command from softkey.
   143  Slot to handle back command from softkey.
   145 
   144