| 14 | static Q_LOGGING_CATEGORY(log, "Plugin.Hook.Windows") |
| 15 | |
| 16 | CHookWindows::CHookWindows(CParameterPlugin *pParaClient, QObject *parent) |
| 17 | : CHook(pParaClient, parent), |
| 18 | m_hKeyboard(nullptr) |
| 19 | { |
| 20 | } |
| 21 | |
| 22 | CHookWindows::~CHookWindows() |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected