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
Marco Bubke
flatpak-qt-creator
Commits
3a4412c3
Commit
3a4412c3
authored
Mar 17, 2009
by
dt
Browse files
Merge commit 'origin/master'
parents
7f38e17e
bf118eba
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/designer/editorwidget.cpp
View file @
3a4412c3
...
...
@@ -41,7 +41,7 @@ using namespace Designer::Constants;
enum
{
ActionEditorTab
,
SignalSlotEditorTab
};
enum
{
wantSignalSlotEditor
=
0
};
enum
{
wantSignalSlotEditor
=
1
};
namespace
Designer
{
namespace
Internal
{
...
...
src/plugins/projectexplorer/projectexplorer.cpp
View file @
3a4412c3
...
...
@@ -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