1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-06-30 09:51:37 +00:00

Init modName

This commit is contained in:
Koncord 2017-01-22 15:09:52 +08:00
parent 4c2294d105
commit 777a570d93

View file

@ -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);
}