MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / Icon

Method Icon

plugins/ProcessMemoryWindows/ProcessMemoryWindowsPlugin.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313// ──────────────────────────────────────────────────────────────────────────
314
315QIcon ProcessMemoryWindowsPlugin::Icon() const
316{
317 return qApp->style()->standardIcon(QStyle::SP_ComputerIcon);
318}
319
320bool ProcessMemoryWindowsPlugin::canHandle(const QString& target) const
321{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected