refactored some classes

This commit is contained in:
itsmattkc
2019-05-08 00:41:44 +10:00
parent 127a773c54
commit 9a13776b2c
133 changed files with 1698 additions and 1627 deletions
+2 -2
View File
@@ -33,7 +33,7 @@
#include "ui/keyframedrawing.h"
#include "undo/undo.h"
#include "undo/undostack.h"
#include "nodes/node.h"
#include "nodes/oldeffectnode.h"
#include "timeline/clip.h"
#include "ui/rectangleselect.h"
#include "ui/menu.h"
@@ -821,7 +821,7 @@ void GraphView::wheelEvent(QWheelEvent *event) {
}
}
void GraphView::set_row(EffectRow *r) {
void GraphView::set_row(NodeIO *r) {
if (row != r) {
selected_keys.clear();
selected_keys_fields.clear();