Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix userLoginName
  • Loading branch information
PeterPetrik committed Nov 13, 2018
1 parent 0e413c0 commit 45dc7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsapplication.cpp
Expand Up @@ -950,7 +950,7 @@ QString QgsApplication::userLoginName()
sUserName = QString( name );
}

#elseif QT_CONFIG(process)
#elif QT_CONFIG(process)
QProcess process;

process.start( QStringLiteral( "whoami" ) );
Expand Down

0 comments on commit 45dc7fb

Please sign in to comment.