code cleanup and better text display

This commit is contained in:
itsmattkc
2019-07-15 13:07:17 -04:00
parent 3ec133f254
commit 44668e144c
5 changed files with 81 additions and 53 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
NodeParam::NodeParam(Node *parent) :
QObject(parent)
{
name_ = "Banjo";
}
const QString &NodeParam::name()