2828#include < coreplugin/OpenSaveProjectFileScenario.h>
2929#include < coreplugin/ProjectDocumentContext.h>
3030#include < coreplugin/ProjectTimeline.h>
31- #include < coreplugin/ProjectViewModelContext.h>
3231#include < coreplugin/QuickInput.h>
3332#include < coreplugin/QuickPick.h>
3433
@@ -46,14 +45,12 @@ namespace Core {
4645 ProjectTimeline *projectTimeline;
4746 EditActionsHandlerRegistry *mainEditActionsHandlerRegistry;
4847 ProjectDocumentContext *projectDocumentContext;
49- ProjectViewModelContext *projectViewModelContext;
5048 void init () {
5149 Q_Q (ProjectWindowInterface);
5250 initActionContext ();
5351 notificationManager = new Internal::NotificationManager (q);
5452 projectTimeline = new ProjectTimeline (q);
5553 mainEditActionsHandlerRegistry = new EditActionsHandlerRegistry (q);
56- projectViewModelContext = new ProjectViewModelContext (projectTimeline, q);
5754 }
5855
5956 void initActionContext () {
@@ -127,11 +124,6 @@ namespace Core {
127124 return d->mainEditActionsHandlerRegistry ;
128125 }
129126
130- ProjectViewModelContext *ProjectWindowInterface::projectViewModelContext () const {
131- Q_D (const ProjectWindowInterface);
132- return d->projectViewModelContext ;
133- }
134-
135127 void ProjectWindowInterface::sendNotification (NotificationMessage *message, NotificationBubbleMode mode) {
136128 Q_D (ProjectWindowInterface);
137129 d->notificationManager ->addMessage (message, mode);
0 commit comments