messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp
changeset 48 4f501b74aeb1
parent 41 25fe1fe642e3
child 51 3507212d340e
--- a/messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp	Tue Jul 13 22:09:22 2010 +0530
+++ b/messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp	Sun Jul 25 18:59:19 2010 +0530
@@ -51,7 +51,7 @@
         mSubjectEdit->setMinRows(1);
         mSubjectEdit->setMaxRows(10);
         
-        mGenUtils = new UniEditorGenUtils();
+        QT_TRAP_THROWING( mGenUtils = new UniEditorGenUtils());
         
         connect(mSubjectEdit, SIGNAL(contentsChanged(const QString&)),
                 this, SLOT(onContentsChanged(const QString&)));