AusweisApp2
MsgHandlerEnterPin.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgContext.h"
10 #include "MsgHandlerEnterNumber.h"
11 
12 namespace governikus
13 {
14 
16  : public MsgHandlerEnterNumber
17 {
18  public:
19  explicit MsgHandlerEnterPin(const MsgContext& pContext);
20  explicit MsgHandlerEnterPin(const QJsonObject& pObj, MsgContext& pContext);
21 };
22 
23 
24 } // namespace governikus
Definition: MsgContext.h:17
Definition: MsgHandlerEnterNumber.h:20
Definition: MsgHandlerEnterPin.h:17
MsgHandlerEnterPin(const MsgContext &pContext)
Definition: MsgHandlerEnterPin.cpp:11
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15