Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
158f39ec78
This change is Qt4/Qt5 neutral.
This commit is contained in:
committed by
wmayer
parent
db345cb624
commit
7d0e892d36
@@ -480,7 +480,7 @@ void QtColorPicker::insertColor(const QColor &color, const QString &text, int in
|
||||
/*! \property QtColorPicker::colorDialog
|
||||
\brief Whether the ellipsis "..." (more) button is available.
|
||||
|
||||
If this property is set to TRUE, the color grid popup will include
|
||||
If this property is set to true, the color grid popup will include
|
||||
a "More" button (signified by an ellipsis, "...") which pops up a
|
||||
QColorDialog when clicked. The user will then be able to select
|
||||
any custom color they like.
|
||||
|
||||
Reference in New Issue
Block a user