mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Update src/core/qgsapplication.cpp
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
This commit is contained in:
parent
2ac19335d6
commit
bd8dcd941b
@ -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() );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user