FactDev
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
string.h
1
#ifndef UTILS_H
2
#define UTILS_H
3
4
#include <QString>
5
6
namespace
Utils {
11
class
String
12
{
13
public
:
20
static
QString
firstLetterToUpper
(QString s);
21
28
static
QString
getExtensionFile
(QString fileName);
29
};
30
}
31
#endif // UTILS_H
Utils::String::firstLetterToUpper
static QString firstLetterToUpper(QString s)
String::firstLetterToUpper Put the first letter of a string in capslock.
Definition:
string.cpp:4
Utils::String
The Utils class.
Definition:
string.h:11
Utils::String::getExtensionFile
static QString getExtensionFile(QString fileName)
String::getExtensionFile Get the extension file of the file named fileName
Definition:
string.cpp:9
travis
build
FACT-Team
FactDev
src
utils
string.h
Generated on Sun Oct 11 2015 15:51:54 for FactDev by
1.8.6