Mercurial > minori
comparison src/gui/translate/anime.cc @ 411:02a670a8e1c4
*: fix build fails
| author | Paper <paper@tflc.us> |
|---|---|
| date | Sat, 25 Jul 2026 14:22:44 -0400 |
| parents | 0393debc0ed2 |
| children |
comparison
equal
deleted
inserted
replaced
| 410:eb554255ea5f | 411:02a670a8e1c4 |
|---|---|
| 4 | 4 |
| 5 #include <QCoreApplication> | 5 #include <QCoreApplication> |
| 6 | 6 |
| 7 #include <unordered_map> | 7 #include <unordered_map> |
| 8 | 8 |
| 9 #include <fmt/core.h> | 9 #include <fmt/format.h> |
| 10 | 10 |
| 11 namespace Translate { | 11 namespace Translate { |
| 12 | 12 |
| 13 std::string ToString(const Anime::ListStatus status) | 13 std::string ToString(const Anime::ListStatus status) |
| 14 { | 14 { |
