Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
6daea3a7
Commit
6daea3a7
authored
Mar 17, 2009
by
dt
Browse files
Fixes: Show all editors even not completly restored.
Task: Reported on irc RevBy: mae
parent
465bf149
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/editormanager/openeditorswindow.cpp
View file @
6daea3a7
...
...
@@ -225,7 +225,7 @@ void OpenEditorsWindow::setEditors(const QList<IEditor *>&editors, IEditor *curr
// add purely restored editors which are not initialised yet
foreach
(
EditorModel
::
Entry
entry
,
model
->
entries
())
{
if
(
entry
.
editor
)
return
;
continue
;
QTreeWidgetItem
*
item
=
new
QTreeWidgetItem
();
QString
title
=
entry
.
displayName
();
item
->
setIcon
(
0
,
emptyIcon
);
...
...
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