diff -r 701c5b8fac56 -r 728cabee2c9f QTfrontend/util/HWDataManager.h --- a/QTfrontend/util/HWDataManager.h Fri Oct 21 08:03:42 2011 +0200 +++ b/QTfrontend/util/HWDataManager.h Fri Oct 21 08:41:21 2011 +0200 @@ -63,15 +63,14 @@ ) const; /** - * @brief Creates a file object for the desired data path and - * returns a pointer to it. + * @brief Returns path for the desires data file. * * Use this method if you want to read an existing data file. * - * @param relativeDataFilePath path to the data file. - * @return respective QFile pointer, the file may not exist. + * @param relativeDataFilePath relative path of the data file. + * @return real path to the file. */ - QFile * findFileForRead(const QString & relativeDataFilePath) const; + QString findFileForRead(const QString & relativeDataFilePath) const; /**