QFlag Class
The QFlag class is a helper data type for QFlags. More...
Header: | #include <QFlag> |
qmake: | QT += core |
Detailed Description
It is equivalent to a plain int
, except with respect to function overloading and type conversions. You should never need to use this class in your applications.
See also QFlags.