Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34135148
deviceinfowatcher.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
652 B
Subscribers
None
deviceinfowatcher.h
View Options
/* smartcard/deviceinfowatcher.h
This file is part of Kleopatra, the KDE keymanager
SPDX-FileCopyrightText: 2020 g10 Code GmbH
SPDX-FileContributor: Ingo Klöcker <dev@ingo-kloecker.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include
<QObject>
namespace
Kleo
{
class
DeviceInfoWatcher
:
public
QObject
{
Q_OBJECT
public
:
explicit
DeviceInfoWatcher
(
QObject
*
parent
=
nullptr
);
~
DeviceInfoWatcher
();
static
bool
isSupported
();
void
start
();
Q_SIGNALS
:
void
statusChanged
(
const
QByteArray
&
details
);
private
:
class
Worker
;
private
:
class
Private
;
Private
*
const
d
;
};
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Mon, Dec 8, 11:02 AM (9 h, 1 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e4/4f/422a9a46c8f3e0eb8c482db2ad9e
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment