![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
| int | sdkVersion = -1 |
| int | pid = -1 |
| QString | userId |
| std::atomic< bool > | isPackageInstalled { false } |
| std::atomic< bool > | isTestRunnerInterrupted { false } |
| std::atomic< bool > | deviceGone { false } |
| std::atomic< qint64 > | stdoutLoggerPid { 0 } |
| std::atomic< bool > TestInfo::isTestRunnerInterrupted { false } |
| int TestInfo::pid = -1 |
Definition at line 79 of file main.cpp.
Referenced by waitForStarted().
| int TestInfo::sdkVersion = -1 |
Definition at line 78 of file main.cpp.
Referenced by getCurrentTimeString(), obtainSdkVersion(), and userId().