MauiKit File Browsing

Environment.hpp
1#pragma once
2
3#include <QString>
4
5/**
6 * @private
7 */
8class Environment {
9public:
10 static QString get(QString key);
11};
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:53:26 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.