| 333 | } |
| 334 | |
| 335 | void UniversalLocator::toggleLocateBar() { |
| 336 | if ( mLocateBarLayout->isVisible() ) { |
| 337 | mLocateBarLayout->execute( "close-locatebar" ); |
| 338 | } else { |
| 339 | showLocateBar(); |
| 340 | } |
| 341 | } |
| 342 | |
| 343 | void UniversalLocator::updateFilesTable( bool useGlob ) { |
| 344 | auto text = mLocateInput->getText(); |
no test coverage detected