mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix android build
This commit is contained in:
parent
4a27e3037e
commit
427e5e9ffd
@ -787,6 +787,8 @@ QString QgsApplication::userFullName()
|
||||
//fall back to login name
|
||||
if ( sUserFullName.isEmpty() )
|
||||
sUserFullName = userLoginName();
|
||||
#elif defined(Q_OS_ANDROID)
|
||||
sUserFullName = "Not available";
|
||||
#else
|
||||
struct passwd *p = getpwuid( getuid() );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user