Skip to content

Commit

Permalink
fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jan 4, 2017
1 parent c8441bc commit 46252b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsproject.sip
Expand Up @@ -107,7 +107,7 @@ class QgsProject : QObject, QgsExpressionContextGenerator
void clear();

/** Reads given project file from the given file.
* @param file name of project file to read
* @param filename name of project file to read
* @returns true if project file has been read successfully
*/
bool read( const QString& filename );
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsproject.h
Expand Up @@ -167,7 +167,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
void clear();

/** Reads given project file from the given file.
* @param file name of project file to read
* @param filename name of project file to read
* @returns true if project file has been read successfully
*/
bool read( const QString& filename );
Expand Down

0 comments on commit 46252b5

Please sign in to comment.