don't use shared ptr on projects

Really unnecessary
This commit is contained in:
itsmattkc
2020-11-27 14:24:02 +11:00
parent b178dfa06e
commit f8ceefff6c
17 changed files with 86 additions and 116 deletions
+2 -2
View File
@@ -78,10 +78,10 @@ private slots:
void UpdateSubtitle();
void SaveConnectedProject();
};
}
Q_DECLARE_METATYPE(olive::ProjectPtr)
#endif // PROJECT_PANEL_H