Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ OnCreateOperate
Method
OnCreateOperate
Plugins/Player/PluginPlayer.cpp:53–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
COperate *CPluginPlayer::OnCreateOperate(const QString &szId)
54
{
55
COperate* p = nullptr;
56
if(this->Id() == szId)
57
p = new COperatePlayer(this);
58
return p;
59
}
60
61
const QIcon CPluginPlayer::Icon() const
62
{
Callers
nothing calls this directly
Calls
1
Id
Method · 0.45
Tested by
no test coverage detected