MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / GenerateObject

Method GenerateObject

Service/InputDeviceWindows.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9Q_DECLARE_LOGGING_CATEGORY(logDW)
10
11QSharedPointer<CInputDevice> CInputDevice::GenerateObject()
12{
13 return QSharedPointer<CInputDevice>(new CInputDeviceWindows());
14}
15
16CInputDeviceWindows::CInputDeviceWindows() : CInputDevice()
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected