| 750 | } |
| 751 | |
| 752 | void UniversalLocator::updateOpenDocumentsTable() { |
| 753 | mLocateTable->setModel( |
| 754 | openDocumentsModel( mLocateInput->getText().substr( 2 ).trim().toUtf8() ) ); |
| 755 | if ( mLocateTable->getModel()->hasChildren() ) |
| 756 | mLocateTable->getSelection().set( mLocateTable->getModel()->index( 0 ) ); |
| 757 | mLocateTable->scrollToTop(); |
| 758 | } |
| 759 | |
| 760 | void UniversalLocator::showSwitchBuild() { |
| 761 | showBar(); |
nothing calls this directly
no test coverage detected