AusweisApp2
StateActivateStoreFeedbackDialog.h
gehe zur Dokumentation dieser Datei
1/*
2 * \brief Activates store the feedback dialog after a successful
3 * authentication.
4 *
5 * \copyright Copyright (c) 2019-2022 Governikus GmbH & Co. KG, Germany
6 */
7
8#pragma once
9
10#include "AbstractState.h"
12#include "context/AuthContext.h"
13
14
15namespace governikus
16{
17
19 : public AbstractState
20 , public GenericContextContainer<AuthContext>
21{
22 Q_OBJECT
23 friend class StateBuilder;
24
25 private:
26 explicit StateActivateStoreFeedbackDialog(const QSharedPointer<WorkflowContext>& pContext);
27 void run() override;
28};
29
30} // namespace governikus
Definition: AbstractState.h:20
Definition: GenericContextContainer.h:20
Definition: StateActivateStoreFeedbackDialog.h:21
Definition: StateBuilder.h:18
A simple template renderer.
Definition: ActivationContext.h:15