| 426 | } |
| 427 | |
| 428 | void UniversalLocator::goToLine() { |
| 429 | showLocateBar(); |
| 430 | mLocateInput->setText( "l " ); |
| 431 | } |
| 432 | |
| 433 | bool UniversalLocator::isCommand( const std::string& filename ) { |
| 434 | const auto isLocator = [this]( const std::string& filename ) { |
no test coverage detected