phoneplugins/infowidgetplugin/infowidget/inc/infowidget.h
changeset 50 377c906a8701
parent 46 bc5a64e5bc3c
child 52 a49bfe5190e4
--- a/phoneplugins/infowidgetplugin/infowidget/inc/infowidget.h	Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneplugins/infowidgetplugin/infowidget/inc/infowidget.h	Fri Jul 09 15:40:55 2010 +0300
@@ -133,19 +133,15 @@
 private:
     Q_DISABLE_COPY(InfoWidget)
     
-    // Engine for widget, owned
+    // Guarded objects, owned
     QScopedPointer<InfoWidgetEngine> m_engine;
-    
-    // Widget preference store, owned   
     QScopedPointer<InfoWidgetPreferences> m_preferences;
-
-    // Layout manager for widget, owned 
     QScopedPointer<InfoWidgetLayoutManager> m_layoutManager;
     
     // Translators, owned
     QList<QTranslator *> m_translators;
 
-    // Current widget layout, not owned 
+    // Widget main layout, not owned 
     QGraphicsLinearLayout *m_layout;
     
     // Currently animating item(s), not owned