AusweisApp2
SelfAuthController.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "WorkflowController.h"
10 
11 namespace governikus
12 {
13 
14 class 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:16
Definition: WorkflowController.h:18
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
SelfAuthController(QSharedPointer< SelfAuthContext > pContext)
Definition: SelfAuthController.cpp:26
~SelfAuthController() override=default