|
AusweisApp2
|
#include "AppController.h"#include "AppSettings.h"#include "context/AuthContext.h"#include "context/ChangePinContext.h"#include "context/SelfAuthContext.h"#include "controller/AuthController.h"#include "controller/ChangePinController.h"#include "controller/SelfAuthController.h"#include "InternalActivationContext.h"#include "LanguageLoader.h"#include "LogHandler.h"#include "NetworkManager.h"#include "ReaderManager.h"#include "ResourceLoader.h"#include "SecureStorage.h"#include "UILoader.h"#include "UIPlugIn.h"#include <QCoreApplication>#include <QDir>#include <QLoggingCategory>#include <QSettings>#include <QStandardPaths>#include <QTimer>Klassen | |
| class | governikus::WorkflowRequest |
Namensbereiche | |
| governikus | |
| Implementation of ActivationContext for Intent based activation on Android systems. | |