MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / loadFormats

Method loadFormats

src/mainwindowimpl.cpp:816–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816void MainWindowImpl::loadFormats()
817{
818 Formats::loadFormats();
819
820 comboWFormats->addItems(Formats::writableFilters());
821 comboWFormats->setCurrentIndex(0);
822}
823
824void MainWindowImpl::setCurrentDirectory()
825{

Callers

nothing calls this directly

Calls 1

addItemsMethod · 0.80

Tested by

no test coverage detected