Skip to content

Commit c41c892

Browse files
committedDec 21, 2016
Followup cbac49b: fix docstring
1 parent cbac49b commit c41c892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsproject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
207207

208208
/**
209209
* Writes the project to a file.
210-
* @param file destination file
210+
* @param filename destination file
211211
* @note calling this implicitly sets the project's filename (see setFileName() )
212212
* @note isDirty() will be set to false if project is successfully written
213213
* @returns true if project was written successfully

0 commit comments

Comments
 (0)
Please sign in to comment.