Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
main.cpp File Reference

(250a1111827fb187395f16d664415f1b6f67424e)

#include <QCoreApplication>
#include <QCommandLineParser>
#include <QString>
#include "translator.h"
#include "validator.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

static void printErr (const QString &out)
static void printOut (const QString &out)
static QString checkDescription (Validator::ErrorType type)
int main (int argc, char **argv)
 [48]

Function Documentation

◆ checkDescription()

QString checkDescription ( Validator::ErrorType type)
static

Definition at line 30 of file main.cpp.

◆ 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 51 of file main.cpp.

◆ printErr()

void printErr ( const QString & out)
static

Definition at line 15 of file main.cpp.

◆ printOut()

void printOut ( const QString & out)
static

Definition at line 21 of file main.cpp.