AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateClearPacePasswords.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "AbstractState.h"
10
11
12namespace governikus
13{
14
16 : public AbstractState
17 , public GenericContextContainer<WorkflowContext>
18{
19 Q_OBJECT
20 friend class StateBuilder;
21
22 explicit StateClearPacePasswords(const QSharedPointer<WorkflowContext>& pContext);
23 void run() override;
24};
25
26} // namespace governikus
Definition: AbstractState.h:20
Definition: GenericContextContainer.h:20
Definition: StateBuilder.h:18
Definition: StateClearPacePasswords.h:18
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15