AusweisApp2
MsgHandlerInsertCard.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgContext.h"
10 #include "MsgHandler.h"
11 
12 namespace governikus
13 {
14 
16  : public MsgHandler
17 {
18  private:
19  void setError(const QString& pError);
20 
21  public:
23  explicit MsgHandlerInsertCard(MsgContext& pContext);
24  explicit MsgHandlerInsertCard(const QJsonObject& pObj, MsgContext& pContext);
25 };
26 
27 
28 } // namespace governikus
Definition: MsgContext.h:17
Definition: MsgHandlerInsertCard.h:17
MsgHandlerInsertCard()
Definition: MsgHandlerInsertCard.cpp:13
Definition: MsgHandler.h:18
A simple template renderer.
Definition: ActivationContext.h:15