Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qproperty.h>
Public Member Functions | |
QPropertyBindingSourceLocation ()=default | |
Public Attributes | |
const char * | fileName = nullptr |
const char * | functionName = nullptr |
quint32 | line = 0 |
quint32 | column = 0 |
Definition at line 95 of file qproperty.h.
|
default |
quint32 QPropertyBindingSourceLocation::column = 0 |
Definition at line 100 of file qproperty.h.
Referenced by testing.tools.encode_pdf_filter._Ascii85DecodePdfStream::close().
const char* QPropertyBindingSourceLocation::fileName = nullptr |
Definition at line 97 of file qproperty.h.
const char* QPropertyBindingSourceLocation::functionName = nullptr |
Definition at line 98 of file qproperty.h.
quint32 QPropertyBindingSourceLocation::line = 0 |
Definition at line 99 of file qproperty.h.