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
QtPrivate::CurrentCompatPropertyThief Struct Reference

#include <qproperty_p.h>

+ Collaboration diagram for QtPrivate::CurrentCompatPropertyThief:

Public Member Functions

 CurrentCompatPropertyThief (QBindingStatus *status)
 
 ~CurrentCompatPropertyThief ()
 

Detailed Description

While the regular QProperty notification for a compat property runs we don't want to have any currentCompatProperty set. This would be a different one than the one we are current evaluating. Therefore it's misleading and prevents the registering of actual dependencies.

Definition at line 241 of file qproperty_p.h.

Constructor & Destructor Documentation

◆ CurrentCompatPropertyThief()

QtPrivate::CurrentCompatPropertyThief::CurrentCompatPropertyThief ( QBindingStatus * status)
inline

Definition at line 245 of file qproperty_p.h.

◆ ~CurrentCompatPropertyThief()

QtPrivate::CurrentCompatPropertyThief::~CurrentCompatPropertyThief ( )
inline

Definition at line 251 of file qproperty_p.h.


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