homescreenapp/examples/contentpublishclient/src/contentpublishclient.cpp
changeset 62 341166945d65
parent 39 4e8ebe173323
child 86 e4f038c420f7
equal deleted inserted replaced
57:2e2dc3d30ca8 62:341166945d65
   138 /*!
   138 /*!
   139     Sets home screen wallpaper as testwallpaper.png 
   139     Sets home screen wallpaper as testwallpaper.png 
   140 */
   140 */
   141 void ContentPublishClient::setWallpaper1()
   141 void ContentPublishClient::setWallpaper1()
   142 {
   142 {
   143     QString wallpaper = "c:/data/images/kqtihswallpapers/testwallpaper.jpg";
   143     QString wallpaper = "c:/data/images/testwallpaper.jpg";
   144     setWallpaper(wallpaper);
   144     setWallpaper(wallpaper);
   145 }
   145 }
   146 
   146 
   147 /*!
   147 /*!
   148     Sets home screen wallpaper as testwallpaper2.png 
   148     Sets home screen wallpaper as testwallpaper2.png 
   149 */
   149 */
   150 void ContentPublishClient::setWallpaper2()
   150 void ContentPublishClient::setWallpaper2()
   151 {
   151 {
   152     QString wallpaper = "c:/data/images/kqtihswallpapers/testwallpaper2.jpg";
   152     QString wallpaper = "c:/data/images/testwallpaper2.jpg";
   153     setWallpaper(wallpaper);
   153     setWallpaper(wallpaper);
   154 }
   154 }
   155 
   155 
   156 /*!
   156 /*!
   157     Changes home screen wallpaper to \a wallpaper image.
   157     Changes home screen wallpaper to \a wallpaper image.