homescreenapp/hsdomainmodel/inc/hscontentservice.h
changeset 60 30f14686fb04
parent 55 03646e8da489
child 61 2b1b11a301d2
--- a/homescreenapp/hsdomainmodel/inc/hscontentservice.h	Fri Jun 11 13:30:16 2010 +0300
+++ b/homescreenapp/hsdomainmodel/inc/hscontentservice.h	Wed Jun 23 18:03:36 2010 +0300
@@ -40,11 +40,14 @@
     bool addWidget(const QString &uri, const QVariantHash &preferences);
 
     static HsContentService *instance();
+private slots:
+    void widgetStartFaulted();
+private:
+    Q_DISABLE_COPY(HsContentService)
 
 private:
     static HsContentService *mInstance;
-
-    Q_DISABLE_COPY(HsContentService)
+    bool mWidgetStartFaulted;
 };
 
 Q_DECLARE_METATYPE(HsContentService*)