#include "global.h"
#include <string>
Go to the source code of this file.
◆ getCompilerVersion()
| std::string getCompilerVersion |
( |
| ) |
|
Gets the GNU compiler version.
◆ getCppStandardVersion()
| std::string getCppStandardVersion |
( |
| ) |
|
Gets the C++ standard used when compiling.
◆ getCpuArchitecture()
| std::string getCpuArchitecture |
( |
| ) |
|
Gets the Cpu architecture.
◆ getHello()
| std::string getHello |
( |
int |
how | ) |
|
Exported function from a dynamic library.
- Parameters
-
| how | Determines what string is returned. |
- Returns
- Resulting string.
◆ isQemu()
Checks if QEMU is used to start the application.
◆ isWine()
Determines if the application is running using Wine.
◆ killOtherThreads()
| void killOtherThreads |
( |
| ) |
|
Kills/cancels all other thread besides this one. Fixes a problem in the Qt library for Wine.
◆ utcTimeString()
| std::string utcTimeString |
( |
| ) |
|
Gets the date-time XML formated.
- Returns
- Formatted string.