Skip to content
GitLab
Menu
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
d88fceb2
Commit
d88fceb2
authored
Jul 17, 2009
by
con
Browse files
Fix the navigation bar's split and close buttons.
parent
063f0476
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/navigationwidget.cpp
View file @
d88fceb2
...
...
@@ -392,8 +392,8 @@ NavigationSubWidget::NavigationSubWidget(NavigationWidget *parentWidget)
setLayout
(
lay
);
lay
->
addWidget
(
m_toolBar
);
connect
(
splitAction
,
SIGNAL
(
triggered
(
QAction
*
)),
this
,
SIGNAL
(
split
()));
connect
(
close
,
SIGNAL
(
triggered
(
QAction
*
)),
this
,
SIGNAL
(
close
()));
connect
(
splitAction
,
SIGNAL
(
clicked
(
)),
this
,
SIGNAL
(
split
()));
connect
(
close
,
SIGNAL
(
clicked
(
)),
this
,
SIGNAL
(
close
()));
connect
(
m_navigationComboBox
,
SIGNAL
(
currentIndexChanged
(
int
)),
this
,
SLOT
(
setCurrentIndex
(
int
)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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