19 Q_PLUGIN_METADATA(IID
"governikus.ActivationHandler" FILE
"metadata.json")
26 virtual bool start()
override;
27 virtual void stop()
override;
virtual ~InternalActivationHandler() override
Definition: InternalActivationHandler.cpp:19
void runAuthentication(const QSharedPointer< ActivationContext > &pContext)
Definition: InternalActivationHandler.cpp:29
virtual void stop() override
Definition: InternalActivationHandler.cpp:24
The ActivationHandler is beside the UI another API of the application.
Definition: ActivationHandler.h:45
InternalActivationHandler()
Definition: InternalActivationHandler.cpp:13
Definition: InternalActivationHandler.h:15
virtual bool start() override
Definition: InternalActivationHandler.cpp:35