minor render thread refactor

This commit is contained in:
itsmattkc
2019-03-03 12:17:55 -08:00
parent 2b406d71f2
commit 7af3a0cd6e
6 changed files with 173 additions and 134 deletions
+4 -2
View File
@@ -159,7 +159,8 @@ SOURCES += \
rendering/cacher.cpp \
rendering/clipqueue.cpp \
rendering/audio.cpp \
dialogs/clippropertiesdialog.cpp
dialogs/clippropertiesdialog.cpp \
rendering/framebufferobject.cpp
HEADERS += \
mainwindow.h \
@@ -270,7 +271,8 @@ HEADERS += \
rendering/clipqueue.h \
rendering/cacher.h \
rendering/audio.h \
dialogs/clippropertiesdialog.h
dialogs/clippropertiesdialog.h \
rendering/framebufferobject.h
FORMS +=