MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / clear

Method clear

gui/qt/vartablemodel.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void VarTableModel::clear() {
96 beginResetModel();
97 vars.clear();
98 endResetModel();
99}
100
101static bool varLess(const calc_var_t &var, const calc_var_t &other) {
102 return calc_var_compare_names(&var, &other) < 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected