Page MenuHome GnuPG

smartcardconfigpage.h
No OneTemporary

smartcardconfigpage.h

/* -*- mode: c++; c-basic-offset:4 -*-
conf/smartcardconfigpage.h
This file is part of Kleopatra, the KDE keymanager
SPDX-FileCopyrightText: 2022 g10 Code GmbH
SPDX-FileContributor: Ingo Klöcker <dev@ingo-kloecker.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include <KCModule>
#include <memory>
namespace Kleo
{
namespace Config
{
class SmartCardConfigurationPage : public KCModule
{
Q_OBJECT
public:
explicit SmartCardConfigurationPage(QWidget *parent = nullptr, const QVariantList &args = {});
~SmartCardConfigurationPage() override;
void load() override;
void save() override;
void defaults() override;
private:
class Private;
std::unique_ptr<Private> d;
};
}
}

File Metadata

Mime Type
text/x-c++
Expires
Mon, Dec 8, 6:39 AM (20 h, 31 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
82/a3/c9e049bfd55d31c5016e14d6ec04

Event Timeline