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
Tobias Hunger
qt-creator
Commits
2932203a
Commit
2932203a
authored
Jan 28, 2009
by
hjk
Browse files
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
parents
97dfdebf
718e8827
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/docsettingspage.cpp
View file @
2932203a
...
...
@@ -136,5 +136,11 @@ bool DocSettingsPage::applyChanges()
}
++
it
;
}
return
m_registeredDocs
||
m_removeDocs
.
count
();
bool
success
=
m_registeredDocs
||
m_removeDocs
.
count
();
m_removeDocs
.
clear
();
m_registeredDocs
=
false
;
return
success
;
}
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