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:
Thomas Hartmann
2018-08-01 12:44:21 +02:00
parent 9c5df188d1
commit 62439eaae5

View File

@@ -30,7 +30,7 @@
#include <QDebug>
#include <QRegExp>
#include <math.h>
#include <cmath>
#include <nodemetainfo.h>