| 99 | } |
| 100 | |
| 101 | int UserScriptModel::columnCount(const QModelIndex &/*parent*/) const |
| 102 | { |
| 103 | return 4; |
| 104 | } |
| 105 | |
| 106 | QVariant UserScriptModel::data(const QModelIndex &index, int role) const |
| 107 | { |
nothing calls this directly
no outgoing calls
no test coverage detected