AusweisApp2
SelfAuthController.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "WorkflowRequest.h"
11 
12 namespace governikus
13 {
14 
15 class SelfAuthContext;
16 
18  : public WorkflowController
19 {
20  Q_OBJECT
21 
22  public:
23  static QSharedPointer<WorkflowRequest> createWorkflowRequest();
24 
25  explicit SelfAuthController(QSharedPointer<SelfAuthContext> pContext);
26  ~SelfAuthController() override = default;
27 };
28 
29 } // namespace governikus
Definition: SelfAuthController.h:19
SelfAuthController(QSharedPointer< SelfAuthContext > pContext)
Definition: SelfAuthController.cpp:26
~SelfAuthController() override=default
static QSharedPointer< WorkflowRequest > createWorkflowRequest()
Definition: SelfAuthController.cpp:71
Definition: WorkflowController.h:20
A simple template renderer.
Definition: ActivationContext.h:15