minor comment conformance

This commit is contained in:
itsmattkc
2019-07-23 10:22:58 -07:00
parent 71e6e3143b
commit 2e41f6d8f0
6 changed files with 33 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ olive::MainWindow::MainWindow(QWidget *parent) :
void olive::MainWindow::ProjectOpen(Project* p)
{
// TODO Use settings data to create panels and restore state if they exist
// FIXME Use settings data to create panels and restore state if they exist
NodePanel* node_panel = olive::panel_focus_manager->CreatePanel<NodePanel>(this);
addDockWidget(Qt::TopDockWidgetArea, node_panel);