MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / restoreState

Method restoreState

src/modlistview.cpp:889–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889void ModListView::restoreState(const Settings& s)
890{
891 s.geometry().restoreState(header());
892
893 s.widgets().restoreIndex(ui.groupBy);
894 s.widgets().restoreTreeExpandState(this);
895
896 m_filters->restoreState(s);
897}
898
899void ModListView::saveState(Settings& s) const
900{

Callers 1

setupMethod · 0.45

Calls 2

restoreIndexMethod · 0.80

Tested by

no test coverage detected