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
a11df783
Commit
a11df783
authored
Apr 09, 2010
by
kh1
Browse files
There was a connect to much, triggering a pages switch on mouse press.
Make Thorbjorn happy. :) Reviewed-by: ck
parent
362628b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/openpagesmanager.cpp
View file @
a11df783
...
...
@@ -69,8 +69,6 @@ OpenPagesManager::OpenPagesManager(QObject *parent)
m_comboBox
=
new
QComboBox
;
m_comboBox
->
setModel
(
m_model
);
m_comboBox
->
setMinimumContentsLength
(
40
);
connect
(
m_comboBox
->
view
(),
SIGNAL
(
pressed
(
QModelIndex
)),
this
,
SLOT
(
setCurrentPage
(
QModelIndex
)));
connect
(
m_comboBox
,
SIGNAL
(
activated
(
int
)),
this
,
SLOT
(
setCurrentPage
(
int
)));
}
...
...
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