MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / getScriptFileName

Method getScriptFileName

src/core/user_scripts/UserScriptModel.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54QString UserScriptModel::getScriptFileName(int indexRow) const
55{
56 if (indexRow < 0 || indexRow >= rowCount())
57 return QString();
58
59 return m_scripts.at(indexRow).m_fileName;
60}
61
62QString UserScriptModel::getScriptSource(int indexRow)
63{

Callers 2

onEditButtonClickedMethod · 0.80
onScriptCreatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected