qtmobility/src/messaging/qmessagefolderid_symbian.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   113 QString QMessageFolderId::toString() const
   113 QString QMessageFolderId::toString() const
   114 {
   114 {
   115     if (!isValid()) {
   115     if (!isValid()) {
   116         return QString();
   116         return QString();
   117     }
   117     }
   118 
       
   119     return d_ptr->_id;
   118     return d_ptr->_id;
   120 }
   119 }
   121 
   120 
   122 bool QMessageFolderId::isValid() const
   121 bool QMessageFolderId::isValid() const
   123 {
   122 {