| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/BehaviorTree/nodeeditor/master/src/Properties.cpp | [Back] [Original] |
#include "Properties.hpp"
using QtNodes::Properties;
void
Properties::
put(QString const &name, QVariant const &v)
{
_values.insert(name, v);
}
| Web Proxy Viewer | New URL | Original Page |