homescreenapp/hsdomainmodel/inc/hswallpaper.h
changeset 86 e4f038c420f7
parent 62 341166945d65
equal deleted inserted replaced
81:7dd137878ff8 86:e4f038c420f7
    39     void imageSet();
    39     void imageSet();
    40     void imageSetFailed();
    40     void imageSetFailed();
    41 
    41 
    42 public slots:
    42 public slots:
    43     void setImage(const QString &path);
    43     void setImage(const QString &path);
       
    44     void setImages(const QString &portraitFileName, const QString &landscapeFileName);
    44     void setDefaultImage();
    45     void setDefaultImage();
    45     void remove();
    46     void remove();
    46 
    47 
    47 protected:
    48 protected:
    48     virtual QString wallpaperDirectory() const = 0;
    49     virtual QString wallpaperDirectory() const = 0;