homescreenapp/hsdomainmodel/inc/hswallpaper.h
changeset 36 cdae8c6c3876
parent 35 f9ce957a272c
child 39 4e8ebe173323
equal deleted inserted replaced
35:f9ce957a272c 36:cdae8c6c3876
    52 
    52 
    53 private:    
    53 private:    
    54     Q_DISABLE_COPY(HsWallpaper)
    54     Q_DISABLE_COPY(HsWallpaper)
    55 
    55 
    56 private:
    56 private:
    57     QScopedPointer<HsWallpaperPrivate> mD;
    57     QPixmap mImage;
       
    58     QString mLImagePath;
       
    59     QString mPImagePath;
       
    60     Qt::Orientation mOrientation;
    58     
    61     
    59     HOMESCREEN_TEST_FRIEND_CLASS(TestRuntimeServices)
    62     HOMESCREEN_TEST_FRIEND_CLASS(TestRuntimeServices)
    60 };
    63 };
    61 
    64 
    62 #endif // HSWALLPAPER_H
    65 #endif // HSWALLPAPER_H