AusweisApp2
StateGetSelfAuthenticationData.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
10 
11 
12 class test_StateGetSelfAuthenticationData;
13 
14 
15 namespace governikus
16 {
17 
20 {
21  Q_OBJECT
22  friend class StateBuilder;
23  friend class ::test_StateGetSelfAuthenticationData;
24 
25  private:
26  explicit StateGetSelfAuthenticationData(const QSharedPointer<WorkflowContext>& pContext);
27 
28  QUrl getRequestUrl() const override;
29  void setProgress() const override;
30 
31  void handleNetworkReply(const QByteArray& pContent) override;
32  bool isLoggingAllowed() override;
33 };
34 
35 } // namespace governikus
Definition: StateBuilder.h:18
Definition: StateGenericProviderCommunication.h:33
Definition: StateGetSelfAuthenticationData.h:20
A simple template renderer.
Definition: ActivationContext.h:15