Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
TestInfo Struct Reference
+ Collaboration diagram for TestInfo:

Public Attributes

int sdkVersion = -1
 
int pid = -1
 
std::atomic< bool > isPackageInstalled { false }
 
std::atomic< bool > isTestRunnerInterrupted { false }
 

Detailed Description

Definition at line 142 of file main.cpp.

Member Data Documentation

◆ isPackageInstalled

std::atomic<bool> TestInfo::isPackageInstalled { false }

Definition at line 147 of file main.cpp.

◆ isTestRunnerInterrupted

std::atomic<bool> TestInfo::isTestRunnerInterrupted { false }

Definition at line 148 of file main.cpp.

◆ pid

int TestInfo::pid = -1

Definition at line 145 of file main.cpp.

◆ sdkVersion

int TestInfo::sdkVersion = -1

Definition at line 144 of file main.cpp.


The documentation for this struct was generated from the following file: