mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-12 11:55:44 -05:00
Fix initializer order warning
This commit is contained in:
@@ -125,11 +125,11 @@ void WildMonSearch::updateResults(const QString &species) {
|
||||
const QList<RowData> results = this->resultsCache.value(species, search(species));
|
||||
if (results.isEmpty()) {
|
||||
static const RowData noResults = {
|
||||
.mapName = "",
|
||||
.groupName = QStringLiteral("Species not found."),
|
||||
.fieldName = QStringLiteral("--"),
|
||||
.levelRange = QStringLiteral("--"),
|
||||
.chance = QStringLiteral("--"),
|
||||
.mapName = "",
|
||||
};
|
||||
addTableEntry(noResults);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user