AusweisApp2
Lade ...
Suche ...
Keine Treffer
SelfAuthController.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
10
11namespace governikus
12{
13
14class SelfAuthContext;
15
17 : public WorkflowController
18{
19 Q_OBJECT
20
21 public:
22 explicit SelfAuthController(QSharedPointer<SelfAuthContext> pContext);
23 ~SelfAuthController() override = default;
24};
25
26} // namespace governikus
Definition: SelfAuthController.h:18
~SelfAuthController() override=default
Definition: WorkflowController.h:20
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15