src/hbwidgets/popups/hbnotificationdialog.cpp
changeset 30 80e4d18b72f5
parent 28 b7da29130b0e
--- a/src/hbwidgets/popups/hbnotificationdialog.cpp	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbwidgets/popups/hbnotificationdialog.cpp	Mon Oct 04 00:38:12 2010 +0300
@@ -156,7 +156,7 @@
  */
 
 /*!
-    Default constructor.
+    Constructs HbNotificationDialog.
  */
 HbNotificationDialog::HbNotificationDialog() : HbDialog(*new HbNotificationDialogPrivate, 0)
 {
@@ -190,7 +190,7 @@
 }
 
 /*!
-    Destructor.
+    Destructs HbNotificationDialog.
  */
 HbNotificationDialog::~HbNotificationDialog()
 {
@@ -448,7 +448,7 @@
 }
 
 /*!
- Constructor required by the shared d-pointer paradigm.
+    Constructs HbNotificationDialog. Allows class derivation by shared d-pointer paradigm.
 */
 HbNotificationDialog::HbNotificationDialog(HbNotificationDialogPrivate &dd, QGraphicsItem *parent) :
     HbDialog(dd, parent)