Mercurial > minori
comparison src/gui/translate/anime.cc @ 212:6b08fbd7f206
chore: merge branches
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 07 Jan 2024 09:54:50 -0500 |
parents | 71832ffe425a |
children | 862d0d8619f6 |
comparison
equal
deleted
inserted
replaced
211:7cf53145de11 | 212:6b08fbd7f206 |
---|---|
1 #include "core/anime.h" | 1 #include "core/anime.h" |
2 #include "core/strings.h" | 2 #include "core/strings.h" |
3 #include "gui/translate/anime.h" | 3 #include "gui/translate/anime.h" |
4 | |
4 #include <QCoreApplication> | 5 #include <QCoreApplication> |
6 | |
7 #include <unordered_map> | |
5 | 8 |
6 namespace Translate { | 9 namespace Translate { |
7 | 10 |
8 std::string ToString(const Anime::ListStatus status) { | 11 std::string ToString(const Anime::ListStatus status) { |
9 switch (status) { | 12 switch (status) { |