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

Method columnCount

src/core/user_scripts/UserScriptModel.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101int UserScriptModel::columnCount(const QModelIndex &/*parent*/) const
102{
103 return 4;
104}
105
106QVariant UserScriptModel::data(const QModelIndex &index, int role) const
107{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected