paysages3d/src/interface/modeler/quickapp/PropertyBind.cpp
Michaël Lemaire 9d077d78f5 Added FloatPropertyBind class
This allows to easily bind a Qml property to a FloatNode,
synchronizing values both ways.
2015-08-19 01:17:49 +02:00

8 lines
95 B
C++

#include "PropertyBind.h"
PropertyBind::PropertyBind(QObject *parent) : QObject(parent)
{
}