#include <QtMath> was introduced since Qt 5.1.
--HG-- branch : develop
This commit is contained in:
parent
3da7c4f27f
commit
3fea569989
|
@ -24,7 +24,7 @@
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 1, 0)
|
#if QT_VERSION >= QT_VERSION_CHECK(5, 1, 0)
|
||||||
#include <QtMath>
|
#include <QtMath>
|
||||||
#else
|
#else
|
||||||
#include <QtMath>
|
#include "qmath.h"
|
||||||
|
|
||||||
Q_DECL_CONSTEXPR inline float qDegreesToRadians(float degrees)
|
Q_DECL_CONSTEXPR inline float qDegreesToRadians(float degrees)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user