--- 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)