moved ID from field to row

This commit is contained in:
itsmattkc
2019-04-10 10:36:31 +10:00
parent c281e5a6ff
commit 14ae903000
18 changed files with 70 additions and 49 deletions
+4 -2
View File
@@ -193,7 +193,8 @@ SOURCES += \
ui/nodeui.cpp \
panels/effectspanel.cpp \
nodes/nodedatatypes.cpp \
nodes/nodeplug.cpp
nodes/nodeplug.cpp \
nodes/inputs/doubleinput.cpp
HEADERS += \
ui/mainwindow.h \
@@ -341,7 +342,8 @@ HEADERS += \
ui/nodeui.h \
panels/effectspanel.h \
nodes/nodedatatypes.h \
nodes/nodeplug.h
nodes/nodeplug.h \
nodes/inputs/doubleinput.h
FORMS +=