| 313 | // ────────────────────────────────────────────────────────────────────────── |
| 314 | |
| 315 | QIcon ProcessMemoryWindowsPlugin::Icon() const |
| 316 | { |
| 317 | return qApp->style()->standardIcon(QStyle::SP_ComputerIcon); |
| 318 | } |
| 319 | |
| 320 | bool ProcessMemoryWindowsPlugin::canHandle(const QString& target) const |
| 321 | { |
nothing calls this directly
no outgoing calls
no test coverage detected