comparison include/gui/translate/config.h @ 279:657fda1b9cac

*: clean up enums
author Paper <paper@paper.us.eu.org>
date Fri, 19 Apr 2024 13:24:06 -0400
parents 3ec7804abf17
children b1f625b0227c
comparison
equal deleted inserted replaced
274:f6a756c19bfb 279:657fda1b9cac
1 #ifndef MINORI_GUI_TRANSLATE_CONFIG_H_ 1 #ifndef MINORI_GUI_TRANSLATE_CONFIG_H_
2 #define MINORI_GUI_TRANSLATE_CONFIG_H_ 2 #define MINORI_GUI_TRANSLATE_CONFIG_H_
3 3
4 #include "core/config.h" 4 #include "gui/theme.h"
5 5
6 namespace Translate { 6 namespace Translate {
7 7
8 Themes ToTheme(const std::string& theme); 8 Theme::Theme ToTheme(const std::string& theme);
9 std::string ToString(const Themes& theme); 9 std::string ToString(const Theme::Theme& theme);
10 std::string ToLocalString(const Theme::Theme& theme);
10 11
11 } // namespace Translate 12 } // namespace Translate
12 13
13 #endif // MINORI_GUI_TRANSLATE_CONFIG_H_ 14 #endif // MINORI_GUI_TRANSLATE_CONFIG_H_