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
2129b0bc
Commit
2129b0bc
authored
Sep 30, 2010
by
Lasse Holmstedt
Browse files
Fix issues with showing correct status of debug helpers
Reviewed-by: Thomas Hartmann
parent
129b53f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
2129b0bc
...
...
@@ -1794,9 +1794,14 @@ QString QtVersion::buildDebuggingHelperLibrary(QFutureInterface<void> &future)
}
future
.
setProgressValue
(
4
);
// invalidate version before updating version info
m_versionInfoUpToDate
=
false
;
updateVersionInfo
();
m_hasDebuggingHelper
=
!
debuggingHelperLibrary
().
isEmpty
();
m_hasQmlDump
=
!
qmlDumpTool
().
isEmpty
();
m_hasQmlObserver
=
!
qmlObserverTool
().
isEmpty
();
return
output
;
}
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