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
c42ed2be
Commit
c42ed2be
authored
Mar 17, 2009
by
con
Browse files
Fixes: Open file context menu in project explorer
Task: 248084
parent
78fde8db
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectexplorer.cpp
View file @
c42ed2be
...
...
@@ -1618,7 +1618,7 @@ void ProjectExplorerPlugin::addExistingFiles()
void
ProjectExplorerPlugin
::
openFile
()
{
if
(
m_currentNode
)
if
(
!
m_currentNode
)
return
;
Core
::
EditorManager
*
em
=
Core
::
EditorManager
::
instance
();
em
->
openEditor
(
m_currentNode
->
path
());
...
...
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