6#include <PhosphorShell/phosphorshell_export.h>
24 [[nodiscard]] Q_INVOKABLE QString
get(
const QString& name)
const;
25 [[nodiscard]] Q_INVOKABLE
bool has(
const QString& name)
const;
Definition Environment.h:17
bool has(const QString &name) const
QString get(const QString &name) const
Environment(QObject *parent=nullptr)
Definition Environment.h:11