(c11db77dc89d2aba666a7369329a324b300d4e8a)
#include "translator.h"
#include <profileutils.h>
#include <projectdescriptionreader.h>
#include <runqttool.h>
#include <QtCore/QCoreApplication>
#include <QtCore/QTranslator>
#include <QtCore/QDebug>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtCore/QFileInfo>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QTextStream>
#include <QtCore/QLibraryInfo>
Go to the source code of this file.
|
static void | printOut (const QString &out) |
static void | printErr (const QString &out) |
static void | printUsage () |
static bool | loadTsFile (Translator &tor, const QString &tsFileName) |
static bool | releaseTranslator (Translator &tor, const QString &qmFileName, ConversionData &cd, bool removeIdentical, bool failOnUnfinished) |
static bool | releaseTsFile (const QString &tsFileName, ConversionData &cd, bool removeIdentical, bool failOnUnfinished) |
static QStringList | translationsFromProjects (const Projects &projects, bool topLevel) |
static QStringList | translationsFromProject (const Project &project, bool topLevel) |
int | main (int argc, char **argv) |
| [48]
|
◆ loadTsFile()
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
[48]
[dynamic_tooltip]
[5]
[2]
[0]
[6]
[48]
[48]
[6]
[0]
[0]
[1]
[1]
[2]
[2]
[3]
[3]
[0]
[0]
[1]
[1]
[0]
[0]
[0]
[0]
[0]
[0]
Definition at line 138 of file main.cpp.
◆ printErr()
◆ printOut()
◆ printUsage()
◆ releaseTranslator()
◆ releaseTsFile()
bool releaseTsFile |
( |
const QString & | tsFileName, |
|
|
ConversionData & | cd, |
|
|
bool | removeIdentical, |
|
|
bool | failOnUnfinished ) |
|
static |
◆ translationsFromProject()
◆ translationsFromProjects()