3#include "PluginServiceFreeRDP.h"
4#include "ServiceFreeRDP.h"
6CPluginServiceFreeRDP::CPluginServiceFreeRDP(QObject *parent)
10CPluginServiceFreeRDP::~CPluginServiceFreeRDP()
30 return tr(
"RDP(Windows remote desktop protocol): Access remote desktops such as windows.");
virtual CService * NewService() override
New service.
virtual const QString DisplayName() const override
The plugin display name.
virtual const QString Name() const override
This name must be the same as the project name (${PROJECT_NAME}).
virtual const QString Protocol() const override
Plugin Protocol.
virtual const QString Description() const override
Plugin description.
The service plugin interface.