homescreenapp/hshomescreenclientplugin/inc/hshomescreenclient.h
changeset 39 4e8ebe173323
parent 36 cdae8c6c3876
child 86 e4f038c420f7
--- a/homescreenapp/hshomescreenclientplugin/inc/hshomescreenclient.h	Fri Apr 16 14:54:01 2010 +0300
+++ b/homescreenapp/hshomescreenclientplugin/inc/hshomescreenclient.h	Mon May 03 12:24:59 2010 +0300
@@ -37,10 +37,12 @@
  
 public slots:
     bool addWidget(const QString &uri, const QVariantHash &preferences);
+    bool setWallpaper(const QString &fileName);
 private slots:
     void onRequestCompleted(const QVariant &result);
     void onRequestError(int error);
     void doAddWidget(const QString &uri, const QVariantHash &preferences);
+    void doSetWallpaper(const QString &fileName);
 signals:
     void requestFinished();
 private: