KIdentityManagement

identityutils.h
1// SPDX-FileCopyrightText: 2023 Claudio Cambra <claudio.cambra@kde.org>
2// SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
3
4#pragma once
5
6#include <QObject>
7
8#include "identitymanager.h"
9
10namespace KIdentityManagementQuick
11{
12class IdentityUtils : public QObject
13{
15
16public:
17 explicit IdentityUtils() = default;
18
19 Q_INVOKABLE bool removeIdentity(const QString &identityName);
20
21private:
23};
24}
Manages the list of identities.
static IdentityManager * self()
Creates or reuses the identity manager instance for this process.
Q_INVOKABLEQ_INVOKABLE
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Apr 27 2024 22:14:39 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.