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
106d111f
Commit
106d111f
authored
Jun 14, 2010
by
kh1
Browse files
Fixes broken attribute list for real.
Task-number: QTCREATORBUG-1621
parent
3cf8d211
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/filtersettingspage.cpp
View file @
106d111f
...
...
@@ -120,7 +120,7 @@ void FilterSettingsPage::updateFilterPage()
foreach
(
const
QString
&
attribute
,
attributes
)
new
QTreeWidgetItem
(
m_ui
.
attributeWidget
,
QStringList
(
attribute
));
if
(
m_filterMap
.
keys
().
isEmpty
())
{
if
(
!
m_filterMap
.
keys
().
isEmpty
())
{
m_ui
.
filterWidget
->
setCurrentRow
(
0
);
updateAttributes
(
m_ui
.
filterWidget
->
currentItem
());
}
...
...
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