4#ifndef QSCOPEDENVIRONMENTVARIABLE_H
5#define QSCOPEDENVIRONMENTVARIABLE_H
18#include <QtCore/qbytearrayview.h>
19#include <QtCore/qtenvironmentvariables.h>
31 qputenv(envvar, name);
QScopedEnvironmentVariable & operator=(const QScopedEnvironmentVariable &)=delete
QScopedEnvironmentVariable & operator=(QScopedEnvironmentVariable &&)=delete
QScopedEnvironmentVariable(const QScopedEnvironmentVariable &)=delete
~QScopedEnvironmentVariable()
QScopedEnvironmentVariable(const char *envvar, QByteArrayView name)
QScopedEnvironmentVariable(QScopedEnvironmentVariable &&)=delete