ChirpSim
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
jsonhelpers.h
Go to the documentation of this file.
1 #ifndef JSONHELPERS_H
2 #define JSONHELPERS_H
3 
4 #include <QPointF>
5 #include <QJsonObject>
6 
12 QPointF jsonObjectToPoint(const QJsonObject &obj);
13 
14 #endif // JSONHELPERS_H