forked from qt-creator/qt-creator
QmlDesigner: Fix clazy warning
Use cmath instead of math. Change-Id: I82f6113647946c3e60efcac49d24370af20fadbe Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QRegExp>
|
#include <QRegExp>
|
||||||
#include <math.h>
|
#include <cmath>
|
||||||
|
|
||||||
#include <nodemetainfo.h>
|
#include <nodemetainfo.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user