Libkleo

debug.h
1/*
2 kleo/debug.h
3
4 This file is part of libkleopatra, the KDE keymanagement library
5 SPDX-FileCopyrightText: 2021, 2022 g10 Code GmbH
6 SPDX-FileContributor: Ingo Klöcker <dev@ingo-kloecker.de>
7
8 SPDX-License-Identifier: GPL-2.0-or-later
9*/
10
11#pragma once
12
13#include "kleo_export.h"
14
15namespace GpgME
16{
17class Key;
18}
19
20namespace Kleo
21{
22class KeyGroup;
23}
24
25class QDebug;
26
27KLEO_EXPORT QDebug operator<<(QDebug debug, const GpgME::Key &key);
28
29KLEO_EXPORT QDebug operator<<(QDebug debug, const Kleo::KeyGroup &group);
QDebug & operator<<(QByteArrayView t)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:11 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.