#include "Properties.hpp" using QtNodes::Properties; void Properties:: put(QString const &name, QVariant const &v) { _values.insert(name, v); }