Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F37954742
smartcardconfigpage.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
747 B
Subscribers
None
smartcardconfigpage.h
View Options
/* -*- 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
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Mar 19, 6:02 PM (14 h, 49 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
16/94/cdf7146cfc4277b74c7c44dea3dd
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment