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
QuitLockDisabler Struct Reference
+ Collaboration diagram for QuitLockDisabler:

Public Member Functions

Q_NODISCARD_CTOR QuitLockDisabler ()
 
 ~QuitLockDisabler ()
 

Public Attributes

const bool quitLockEnabled
 

Detailed Description

Definition at line 22 of file qqmlpreviewhandler.cpp.

Constructor & Destructor Documentation

◆ QuitLockDisabler()

Q_NODISCARD_CTOR QuitLockDisabler::QuitLockDisabler ( )
inline

Definition at line 26 of file qqmlpreviewhandler.cpp.

References QCoreApplication::setQuitLockEnabled().

+ Here is the call graph for this function:

◆ ~QuitLockDisabler()

QuitLockDisabler::~QuitLockDisabler ( )
inline

Definition at line 32 of file qqmlpreviewhandler.cpp.

References quitLockEnabled, and QCoreApplication::setQuitLockEnabled().

+ Here is the call graph for this function:

Member Data Documentation

◆ quitLockEnabled

const bool QuitLockDisabler::quitLockEnabled

Definition at line 24 of file qqmlpreviewhandler.cpp.

Referenced by ~QuitLockDisabler().


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