KCoreAddons
4#include "kosreleaseproxy.h"
6QString KOSReleaseProxy::name()
const
11QString KOSReleaseProxy::version()
const
16QString KOSReleaseProxy::id()
const
26QString KOSReleaseProxy::versionCodename()
const
28 return os.versionCodename();
31QString KOSReleaseProxy::versionId()
const
33 return os.versionId();
36QString KOSReleaseProxy::prettyName()
const
38 return os.prettyName();
41QString KOSReleaseProxy::ansiColor()
const
43 return os.ansiColor();
46QString KOSReleaseProxy::cpeName()
const
51QString KOSReleaseProxy::homeUrl()
const
56QString KOSReleaseProxy::documentationUrl()
const
58 return os.documentationUrl();
61QString KOSReleaseProxy::supportUrl()
const
63 return os.supportUrl();
66QString KOSReleaseProxy::bugReportUrl()
const
68 return os.bugReportUrl();
71QString KOSReleaseProxy::privacyPolicyUrl()
const
73 return os.privacyPolicyUrl();
76QString KOSReleaseProxy::buildId()
const
80QString KOSReleaseProxy::variant()
const
85QString KOSReleaseProxy::variantId()
const
87 return os.variantId();
90QString KOSReleaseProxy::logo()
const
97 return os.extraKeys();
102 return os.extraValue(key);
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 12:00:49 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.