| 57 | } |
| 58 | |
| 59 | bool KWinControlUnitMgr::connected() const |
| 60 | { |
| 61 | if (!input_) { |
| 62 | return false; |
| 63 | } |
| 64 | return input_->connected(); |
| 65 | } |
| 66 | |
| 67 | bool KWinControlUnitMgr::request_uuid(std::string& uuid) |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected