don't bother, nobody uses this interface
| 242 | |
| 243 | //don't bother, nobody uses this interface |
| 244 | bool PlasmoidExecutionConfigType::canLaunch(const QUrl& ) const |
| 245 | { |
| 246 | return false; |
| 247 | } |
| 248 | |
| 249 | bool PlasmoidExecutionConfigType::canLaunch(KDevelop::ProjectBaseItem* item) const |
| 250 | { |
nothing calls this directly
no test coverage detected