MCPcopy Create free account
hub / github.com/clementgallet/libTAS / removeFile

Method removeFile

src/program/ui/LuaConsoleModel.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void LuaConsoleModel::removeFile(int row)
116{
117 Lua::LuaFunctionList& lfl = Lua::Callbacks::getList();
118
119 beginRemoveRows(QModelIndex(), row, row);
120 lfl.removeForFile(row);
121 endRemoveRows();
122}
123
124void LuaConsoleModel::clear()
125{

Callers 1

removeScriptMethod · 0.80

Calls 1

removeForFileMethod · 0.80

Tested by

no test coverage detected