Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
6626e4c4
Commit
6626e4c4
authored
Feb 12, 2010
by
Hugo Beauzee-Luyssen
Browse files
Update the title bar when closing a project
parent
73a83717
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Project/ProjectManager.cpp
View file @
6626e4c4
...
...
@@ -246,6 +246,9 @@ bool ProjectManager::closeProject()
delete
m_projectFile
;
m_projectFile
=
NULL
;
}
//This one is for the mainwindow, to update the title bar
emit
projectUpdated
(
ProjectManager
::
unSavedProject
,
true
);
//This one is for every part that need to clean something when the project is closed.
emit
projectClosed
();
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment