various small code cleanups and improvements
Largely refactoring work to make the code somewhat nicer to work with.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace OCIO = OCIO_NAMESPACE::v1;
|
||||
|
||||
ProjectPropertiesDialog::ProjectPropertiesDialog(QWidget *parent) :
|
||||
QDialog(parent),
|
||||
working_project_(olive::core.GetActiveProject())
|
||||
working_project_(Core::instance()->GetActiveProject())
|
||||
{
|
||||
QVBoxLayout* layout = new QVBoxLayout(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user