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
de329d31
Commit
de329d31
authored
Mar 04, 2009
by
Daniel Molkentin
Browse files
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
parents
82123bf8
514bf51c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/editormanager/openeditorsview.cpp
View file @
de329d31
...
...
@@ -70,8 +70,8 @@ OpenEditorsWidget::OpenEditorsWidget()
m_ui
.
editorList
->
setModel
(
em
->
openedEditorsModel
());
connect
(
em
,
SIGNAL
(
currentEditorChanged
(
Core
::
IEditor
*
)),
this
,
SLOT
(
updateCurrentItem
(
Core
::
IEditor
*
)));
connect
(
m_ui
.
editorList
,
SIGNAL
(
itemC
licked
(
Q
TreeWidgetItem
*
,
int
)),
this
,
SLOT
(
selectEditor
(
Q
TreeWidgetItem
*
)));
connect
(
m_ui
.
editorList
,
SIGNAL
(
c
licked
(
Q
ModelIndex
)),
this
,
SLOT
(
selectEditor
(
Q
ModelIndex
)));
//updateEditorList();
}
...
...
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