AusweisApp2
MsgHandlerInternalError.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgHandler.h"
10 
11 namespace governikus
12 {
13 
15  : public MsgHandler
16 {
17  public:
18  explicit MsgHandlerInternalError(const QString& pError = QString());
19  explicit MsgHandlerInternalError(const QLatin1String pError);
20 };
21 
22 
23 } // namespace governikus
governikus::MsgHandlerInternalError::MsgHandlerInternalError
MsgHandlerInternalError(const QString &pError=QString())
Definition: MsgHandlerInternalError.cpp:9
governikus::MsgHandlerInternalError
Definition: MsgHandlerInternalError.h:16
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
governikus::INTERNAL_ERROR
INTERNAL_ERROR
Definition: MsgTypes.h:18
MsgHandlerInternalError.h
governikus::MsgHandler
Definition: MsgHandler.h:17
MsgHandler.h