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

(37a4d711555f1876a5d861da556160e90d5f4e33)

#include <profileutils.h>
#include <runqttool.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qdebug.h>
#include <QtCore/qdir.h>
#include <QtCore/qfile.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qlibraryinfo.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qtemporaryfile.h>
#include <QtCore/qtranslator.h>
#include <iostream>
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

static void printOut (const QString &out)
 
static void printErr (const QString &out)
 
static void printUsage ()
 
int main (int argc, char **argv)
 [48]
 

Function Documentation

◆ 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]

Definition at line 38 of file main.cpp.

◆ printErr()

static void printErr ( const QString & out)
static

Definition at line 27 of file main.cpp.

◆ printOut()

static void printOut ( const QString & out)
static

Definition at line 22 of file main.cpp.

◆ printUsage()

static void printUsage ( )
static

Definition at line 32 of file main.cpp.