engine: internals supporting the facade migration
UndoStack push_pre_executed, FolderAddChild-based true folder moves, NodeViewDeleteCommand delete-then-reconnect support, event emission points for the facade event bus, and related internal adjustments.
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#include "node/nodeundo.h"
|
||||
#include "node/project/footage/footage.h"
|
||||
#include "node/project/sequence/sequence.h"
|
||||
#include "ui/icons/icons.h"
|
||||
|
||||
namespace olive
|
||||
{
|
||||
@@ -45,7 +44,7 @@ Folder::Folder()
|
||||
QVariant Folder::data(const DataType &d) const
|
||||
{
|
||||
if (d == icon) {
|
||||
return icon::folder;
|
||||
return QStringLiteral("folder");
|
||||
}
|
||||
|
||||
return super::data(d);
|
||||
|
||||
Reference in New Issue
Block a user