| 9 | Q_DECLARE_LOGGING_CATEGORY(logDW) |
| 10 | |
| 11 | QSharedPointer<CInputDevice> CInputDevice::GenerateObject() |
| 12 | { |
| 13 | return QSharedPointer<CInputDevice>(new CInputDeviceWindows()); |
| 14 | } |
| 15 | |
| 16 | CInputDeviceWindows::CInputDeviceWindows() : CInputDevice() |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected