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
1711cd64
Commit
1711cd64
authored
Feb 19, 2010
by
Hugo Beauzee-Luyssen
Browse files
Clean the project name when closed.
parent
b00e1927
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Project/ProjectManager.cpp
View file @
1711cd64
...
...
@@ -251,8 +251,9 @@ bool ProjectManager::closeProject()
delete
m_projectFile
;
m_projectFile
=
NULL
;
}
m_projectName
=
QString
();
//This one is for the mainwindow, to update the title bar
emit
projectUpdated
(
P
roject
Manager
::
unSavedProject
,
true
);
emit
projectUpdated
(
p
roject
Name
()
,
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