| 1427 | } |
| 1428 | |
| 1429 | void EffectsHandler::startInteractivePositionSelection(std::function<void(const QPointF &)> callback) |
| 1430 | { |
| 1431 | kwinApp()->startInteractivePositionSelection(callback); |
| 1432 | } |
| 1433 | |
| 1434 | void EffectsHandler::showOnScreenMessage(const QString &message, const QString &iconName) |
| 1435 | { |
no test coverage detected