_Z7qgetenvPKc

Name

qgetenv -- get value of an environment variable

Synopsis

#include <QtCore/qglobal.h>

QByteArray qgetenv (const char *varName);

Description

The qgetenv() function has the same behavior as the getenv() function described in POSIX 1003.1-2008 (ISO/IEC 9945-2009) except that the result is represented as QByteArray.