MCPcopy Create free account
hub / github.com/SpartanJ/eepp / updateLocateBar

Method updateLocateBar

src/tools/ecode/universallocator.cpp:607–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void UniversalLocator::updateLocateBar() {
608 mLocateBarLayout->runOnMainThread( [this] { updateLocateBarSync(); } );
609}
610
611void UniversalLocator::showBar() {
612 mApp->hideGlobalSearchBar();

Callers

nothing calls this directly

Calls 1

runOnMainThreadMethod · 0.80

Tested by

no test coverage detected