Commit 0ca4f874eb8152ed63d9069409c564029fb380a7
1 parent
b63f4d45
Rank output works with crossvalidation
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/gui.cpp
| @@ -215,7 +215,7 @@ public: | @@ -215,7 +215,7 @@ public: | ||
| 215 | 215 | ||
| 216 | foreach (const QString & s, keys) { | 216 | foreach (const QString & s, keys) { |
| 217 | if (s.compare("name", Qt::CaseInsensitive) == 0) { | 217 | if (s.compare("name", Qt::CaseInsensitive) == 0) { |
| 218 | - newTitle = newTitle + s + ": " + file.name + " "; | 218 | + newTitle = newTitle + s + ": " + t.file.name + " "; |
| 219 | } else if (t.file.contains(s)) { | 219 | } else if (t.file.contains(s)) { |
| 220 | QString out = t.file.get<QString>(s); | 220 | QString out = t.file.get<QString>(s); |
| 221 | newTitle = newTitle + s + ": " + out + " "; | 221 | newTitle = newTitle + s + ": " + out + " "; |