6#ifndef QQUICK3DUTILS_P_H
7#define QQUICK3DUTILS_P_H
22#include <QtCore/QtGlobal>
23#include <private/qglobal_p.h>
27template <
typename T,
typename =
void>
28struct hasFuzzyCompare : std::false_type {};
34template <
typename T, std::enable_if_t<!hasFuzzyCompare<T>::value,
bool> =
true>
44template <
typename T, std::enable_if_t<hasFuzzyCompare<T>::value,
bool> =
true>
47 if (qFuzzyCompare(orig, updated))
Combined button and popup list for selecting options.
bool qUpdateIfNeeded(T &orig, T updated)