Remove old comment

This commit is contained in:
GriffinR
2025-01-30 12:12:23 -05:00
parent 9bdf396679
commit 748e51c3d5

View File

@@ -137,7 +137,6 @@ void WildMonSearch::updateResults(const QString &species) {
}
}
// TODO: This does a lexical sort... We might need custom item delegates to get proper numerical sorting in this table.
ui->table_Results->setSortingEnabled(true);
this->resultsCache.insert(species, results);