tools/assistant/lib/qhelpenginecore.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   704         return reader.metaData(name);
   704         return reader.metaData(name);
   705     return QVariant();
   705     return QVariant();
   706 }
   706 }
   707 
   707 
   708 /*!
   708 /*!
   709     Returns a description of the last error that occured.
   709     Returns a description of the last error that occurred.
   710 */
   710 */
   711 QString QHelpEngineCore::error() const
   711 QString QHelpEngineCore::error() const
   712 {
   712 {
   713     return d->error;
   713     return d->error;
   714 }
   714 }