homescreenapp/hsutils/inc/xqaiwgetimageclient.h
changeset 61 2b1b11a301d2
parent 60 30f14686fb04
--- a/homescreenapp/hsutils/inc/xqaiwgetimageclient.h	Wed Jun 23 18:03:36 2010 +0300
+++ b/homescreenapp/hsutils/inc/xqaiwgetimageclient.h	Tue Jul 06 14:06:53 2010 +0300
@@ -32,6 +32,7 @@
 
 class HbAction;
 class HsImageGridWidget;
+class HbView;
 
 class HSUTILS_EXPORT XQAIWGetImageClient : public QObject
 {
@@ -57,6 +58,7 @@
 private:
     QPointer<HsImageGridWidget> mImageGrid;//added
     HbAction *mBackAction;//added
+    HbView * mCurrentView;
 
 };