QInstaller::Component::SortingPriorityGreaterThan Struct
struct QInstaller::Component::SortingPriorityGreaterThanThe SortingPriorityGreaterThan class sets a decreasing sorting priority for child components. More...
Public Functions
bool | operator()(const QInstaller::Component *lhs, const QInstaller::Component *rhs) const |
Detailed Description
If the component contains several children and has this sorting priority set, the child list is sorted so that the child component with the highest priority is placed on top.
Member Function Documentation
bool SortingPriorityGreaterThan::operator()(const QInstaller::Component *lhs, const QInstaller::Component *rhs) const
Returns true
if lhs is greater than rhs; otherwise returns false
.
© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. The Qt Company, Qt and their respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.