| 6 | static Q_LOGGING_CATEGORY(log, "FreeRDP.Connect.Layer") |
| 7 | |
| 8 | CConnectLayer::CConnectLayer(CBackendFreeRDP *pOperate) |
| 9 | : QObject{pOperate} |
| 10 | , m_pOperate(pOperate) |
| 11 | { |
| 12 | Q_ASSERT(pOperate); |
| 13 | if(pOperate) |
| 14 | m_pParameter = pOperate->m_pParameter; |
| 15 | } |
| 16 | |
| 17 | CConnectLayer::~CConnectLayer() |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected