mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
parent
e829576bb7
commit
4c1a75a45c
@ -33,7 +33,7 @@
|
||||
#if QT_VERSION >= 0x050100
|
||||
#include <QtMath>
|
||||
#else
|
||||
#define qDegreesToRadians(degree) (degree * (M_PI / 180))
|
||||
#define qDegreesToRadians(degree) (degree) * (M_PI / 180)
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user