diff -r 82baf59ce8dd -r ecf06a08d4d9 mpviewplugins/mpplaybackviewplugin/inc/mpplaybackwidget.h --- a/mpviewplugins/mpplaybackviewplugin/inc/mpplaybackwidget.h Fri Apr 16 14:56:30 2010 +0300 +++ b/mpviewplugins/mpplaybackviewplugin/inc/mpplaybackwidget.h Mon May 03 12:29:20 2010 +0300 @@ -50,8 +50,6 @@ void positionChanged(); void albumArtChanged(); - bool loadLayout( Qt::Orientation orientation ); - private slots: void handleSliderPressed(); @@ -61,7 +59,6 @@ private: QString formatDuration( int seconds ); - void composeAlbumCover( QPixmap& albumart ); private: @@ -75,7 +72,7 @@ HbLabel *mAlbumArt; // Not own HbProgressSlider *mProgressBar; // Not own - QPixmap mCompositePixmap; + bool mProgreesBarDragging; int mDuration;