forked from teamnwah/openmw-tes3coop
Init modName
This commit is contained in:
parent
4c2294d105
commit
777a570d93
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ bool ServerModel::insertRows(int position, int count, const QModelIndex &index)
|
|||
beginInsertRows(QModelIndex(), position, position + count - 1);
|
||||
|
||||
for (int row = 0; row < count; ++row) {
|
||||
ServerData sd {"", -1, -1, -1, ""};
|
||||
ServerData sd {"", -1, -1, -1, "", ""};
|
||||
myData.insert(position, sd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue