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
701b63f2
Commit
701b63f2
authored
May 17, 2010
by
con
Browse files
Minor style, and remove unnecessary line.
parent
d3b58c2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/find/currentdocumentfind.cpp
View file @
701b63f2
...
...
@@ -240,7 +240,6 @@ void CurrentDocumentFind::aggregationChanged()
}
else
{
clearFindSupport
();
m_currentFind
=
0
;
}
}
}
...
...
@@ -248,7 +247,7 @@ void CurrentDocumentFind::aggregationChanged()
void
CurrentDocumentFind
::
candidateAggregationChanged
()
{
if
(
m_candidateWidget
&&
m_candidateWidget
!=
m_currentWidget
)
{
if
(
m_candidateWidget
&&
m_candidateWidget
!=
m_currentWidget
)
{
m_candidateFind
=
Aggregation
::
query
<
IFindSupport
>
(
m_candidateWidget
);
emit
candidateChanged
();
}
...
...
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