Fix build with -no-feature-easingcurve
Amends a4341827ac.
Change-Id: Id0113d7c127365b6efbbdf4758bd6d25a6a33504
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
bb10
parent
ef2912334c
commit
0e3aa48c09
|
|
@ -974,12 +974,14 @@ bool QDir::operator==(const QDir &dir) const
|
|||
return comparesEqual(*this, dir);
|
||||
}
|
||||
|
||||
#if QT_CONFIG(easingcurve)
|
||||
#include "qeasingcurve.h"
|
||||
|
||||
bool QEasingCurve::operator==(const QEasingCurve &other) const
|
||||
{
|
||||
return comparesEqual(*this, other);
|
||||
}
|
||||
#endif // QT_CONFIG(easingcurve)
|
||||
|
||||
#include "qfileinfo.h" // inlined API
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue