AusweisApp2
MsgHandlerInternalError.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
#include "
MsgHandler.h
"
10
11
namespace
governikus
12
{
13
14
class
MsgHandlerInternalError
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
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:14
governikus::MsgHandlerInternalError
Definition:
MsgHandlerInternalError.h:14
MsgHandler.h
governikus::MsgHandlerInternalError::MsgHandlerInternalError
MsgHandlerInternalError(const QString &pError=QString())
Definition:
MsgHandlerInternalError.cpp:9
governikus::MsgHandler
Definition:
MsgHandler.h:16
src
ui
json
messages
MsgHandlerInternalError.h
Erzeugt von
1.8.14