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
4d432462
Commit
4d432462
authored
Feb 05, 2009
by
dt
Browse files
Fixes: After adding a new qt version via import, writeSettings()
Task: Reported on irc
parent
5fcf3503
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
4d432462
...
...
@@ -112,6 +112,7 @@ void QtVersionManager::addVersion(QtVersion *version)
{
m_versions
.
append
(
version
);
emit
qtVersionsChanged
();
writeVersionsIntoSettings
();
}
void
QtVersionManager
::
updateDocumentation
()
...
...
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