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
57bf55de
Commit
57bf55de
authored
Apr 20, 2009
by
con
Browse files
Regression: Recent project menu doesn't show file paths
Task-number: 251307
parent
039024e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectexplorer.cpp
View file @
57bf55de
...
...
@@ -1554,7 +1554,7 @@ void ProjectExplorerPlugin::updateRecentProjectMenu()
const
QPair
<
QString
,
QString
>
&
s
=
*
it
;
if
(
s
.
first
.
endsWith
(
".qws"
))
continue
;
QAction
*
action
=
menu
->
addAction
(
s
.
second
);
QAction
*
action
=
menu
->
addAction
(
s
.
first
);
action
->
setData
(
s
.
first
);
connect
(
action
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
openRecentProject
()));
}
...
...
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