Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
TestClass Struct Reference

[7] More...

Collaboration diagram for TestClass:

Public Member Functions

void operator() (int s1)
void operator() (int s1)

Public Attributes

int s = 42

Detailed Description

[7]

[8]

Definition at line 78 of file src_concurrent_qtconcurrentrun.cpp.

Member Function Documentation

◆ operator()() [1/2]

void TestClass::operator() ( int s1)
inline

Definition at line 80 of file src_concurrent_qtconcurrentrun.cpp.

References s.

◆ operator()() [2/2]

void TestClass::operator() ( int s1)
inline

Definition at line 80 of file src_concurrent_qtconcurrentrun.cpp.

Member Data Documentation

◆ s

int TestClass::s = 42

Definition at line 81 of file src_concurrent_qtconcurrentrun.cpp.

Referenced by operator()().


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