Qt 5.10 Book Examples
Functions
main.cpp File Reference
#include <QtCore>
#include <QtConcurrent/QtConcurrent>

Go to the source code of this file.

Functions

QString myToUpper (const QString &str)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 21 of file main.cpp.

◆ myToUpper()

QString myToUpper ( const QString &  str)

Definition at line 15 of file main.cpp.