fix missig qmath include

This commit is contained in:
Rick Vogel 2023-11-05 20:43:02 +01:00
parent 5223a6efe7
commit bb10d682b2
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@
#include <QGuiApplication> #include <QGuiApplication>
#include <qmath.h>
/* /*
This example is intended to show how to: This example is intended to show how to: