Skip to content

Commit

Permalink
Update src/core/qgsapplication.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
3nids and m-kuhn committed Nov 5, 2019
1 parent 2ac1933 commit bd8dcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsapplication.cpp
Expand Up @@ -1108,7 +1108,7 @@ QString QgsApplication::userFullName()
if ( sUserFullName()->isEmpty() )
sUserFullName = userLoginName();
#elif defined(Q_OS_ANDROID) || defined(__MINGW32__)
*sUserFullName() = "Not available";
*sUserFullName() = QStringLiteral( "Not available" );
#else
struct passwd *p = getpwuid( getuid() );

Expand Down

0 comments on commit bd8dcd9

Please sign in to comment.