Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 21, 2020
1 parent cfba5cf commit 1424673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsproject.cpp
Expand Up @@ -478,7 +478,7 @@ QString QgsProject::saveUser() const
return mSaveUser;
}

QString QgsProject::saveUserFullname() const
QString QgsProject::saveUserFullName() const
{
return mSaveUserFull;
}
Expand Down

0 comments on commit 1424673

Please sign in to comment.