messagingapp/msgappfw/msghistory/src/msghistoryimpl.cpp
changeset 52 12db4185673b
parent 23 238255e8b033
--- a/messagingapp/msgappfw/msghistory/src/msghistoryimpl.cpp	Tue Jul 06 14:12:40 2010 +0300
+++ b/messagingapp/msgappfw/msghistory/src/msghistoryimpl.cpp	Wed Aug 18 09:45:25 2010 +0300
@@ -27,7 +27,7 @@
 MsgHistoryImpl::MsgHistoryImpl(QObject* parent)
 :QObject(parent)
     {
-    d_ptr = new MsgHistoryPrivate(this);
+    d_ptr = q_check_ptr (new MsgHistoryPrivate(this));
     
     //connect signals
     connect(this, SIGNAL(messagesReady(QList<MsgItem>&)),