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

Method insertRows

src/core/user_scripts/UserScriptModel.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bool UserScriptModel::insertRows(int row, int count, const QModelIndex &parent)
153{
154 beginInsertRows(parent, row, row + count - 1);
155 endInsertRows();
156 return true;
157}
158
159bool UserScriptModel::removeRows(int row, int count, const QModelIndex &parent)
160{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected