Mercurial > minori
comparison src/core/config.cc @ 224:7ca56c4ac0bc
about: don't abuse QCoreApplication:tr
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Mon, 08 Jan 2024 17:05:08 -0500 |
| parents | 84e0a3c4737a |
| children | f784b5b1914c |
comparison
equal
deleted
inserted
replaced
| 223:84e0a3c4737a | 224:7ca56c4ac0bc |
|---|---|
| 23 #include <QFile> | 23 #include <QFile> |
| 24 #include <QTextStream> | 24 #include <QTextStream> |
| 25 | 25 |
| 26 /* I'll use an INI-based config file instead of using an | 26 /* I'll use an INI-based config file instead of using an |
| 27 * XML file like Taiga. | 27 * XML file like Taiga. |
| 28 * | |
| 29 * It technically isn't to spec, because I'm making these case-sensitive. | |
| 30 * Boohoo. | |
| 28 */ | 31 */ |
| 29 | 32 |
| 30 int Config::Load() { | 33 int Config::Load() { |
| 31 std::filesystem::path cfg_path = Filesystem::GetConfigPath(); | 34 std::filesystem::path cfg_path = Filesystem::GetConfigPath(); |
| 32 | 35 |
