mpviewplugins/mpcollectionviewplugin/src/mpcollectioncontainer.cpp
changeset 22 ecf06a08d4d9
parent 19 4e84c994a771
child 29 8192e5b5c935
equal deleted inserted replaced
20:82baf59ce8dd 22:ecf06a08d4d9
    77     setupContainer();
    77     setupContainer();
    78     TX_EXIT
    78     TX_EXIT
    79 }
    79 }
    80 
    80 
    81 /*!
    81 /*!
    82  Loads the correct layout based on the \a orientation.
       
    83  */
       
    84 void MpCollectionContainer::orientationChange( Qt::Orientation orientation )
       
    85 {
       
    86     Q_UNUSED(orientation);
       
    87 }
       
    88 
       
    89 /*!
       
    90  Sets the view mode.
    82  Sets the view mode.
    91  */
    83  */
    92 void MpCollectionContainer::setViewMode( MpCommon::MpViewMode viewMode )
    84 void MpCollectionContainer::setViewMode( MpCommon::MpViewMode viewMode )
    93 {
    85 {
    94     mViewMode = viewMode;
    86     mViewMode = viewMode;