Torc
0.1
|
#include <QMap>
#include <QObject>
#include <QLocale>
#include <QTranslator>
#include <QReadWriteLock>
#include "torcsetting.h"
#include "torchttpservice.h"
Go to the source code of this file.
Classes | |
class | TorcLanguage |
A class to track and manage language and locale settings and available translations. More... | |
class | TorcStringFactory |
A factory class to register translatable strings for use with external interfaces/applications. More... | |
Macros | |
#define | DEFAULT_QT_LANGUAGE (QLocale::AnyLanguage) |
#define DEFAULT_QT_LANGUAGE (QLocale::AnyLanguage) |
Definition at line 15 of file torclanguage.h.