Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34134230
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
Mon, Dec 8, 6:39 AM (20 h, 31 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
82/a3/c9e049bfd55d31c5016e14d6ec04
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment