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

#include <qversiontagging.h>

+ Collaboration diagram for QtPrivate::QVersionTag:

Public Member Functions

constexpr QVersionTag (const void *sym, int currentVersion=QT_VERSION)
 

Public Attributes

const voidsymbol
 
quintptr version
 

Detailed Description

Definition at line 74 of file qversiontagging.h.

Constructor & Destructor Documentation

◆ QVersionTag()

QtPrivate::QVersionTag::QVersionTag ( const void * sym,
int currentVersion = QT_VERSION )
inlineconstexpr

Definition at line 78 of file qversiontagging.h.

References QVersionTag(), and symbol.

Referenced by QVersionTag().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ symbol

const void* QtPrivate::QVersionTag::symbol

Definition at line 76 of file qversiontagging.h.

Referenced by QVersionTag().

◆ version

quintptr QtPrivate::QVersionTag::version

Definition at line 77 of file qversiontagging.h.


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