You've already forked nodeeditor
mirror of
https://github.com/AxioDL/nodeeditor.git
synced 2026-03-30 11:48:31 -07:00
13 lines
150 B
C++
13 lines
150 B
C++
#include "Properties.hpp"
|
|
|
|
using QtNodes::Properties;
|
|
|
|
void
|
|
Properties::
|
|
put(QString const &name, QVariant const &v)
|
|
{
|
|
_values.insert(name, v);
|
|
}
|
|
|
|
|