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
fba1d8d8
Commit
fba1d8d8
authored
Jun 19, 2009
by
hjk
Browse files
debugger: slightly more correct wording of the debugger helper explanation
parent
f5407fb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermanager.cpp
View file @
fba1d8d8
...
...
@@ -1513,12 +1513,13 @@ void DebuggerManager::showQtDumperLibraryWarning(const QString &details)
dialog
.
setDefaultButton
(
justContinue
);
dialog
.
setWindowTitle
(
tr
(
"Debugging helper missing"
));
dialog
.
setText
(
tr
(
"The debugger did not find the debugging helper library."
));
dialog
.
setInformativeText
(
tr
(
"The debugging helper is used to nicely format the values of Qt "
"data types and some STL data types. "
"It must be compiled for each Qt version which "
"you can do in the Qt preferences page by selecting "
"a Qt installation and clicking on 'Rebuild' for the debugging "
"helper."
));
dialog
.
setInformativeText
(
tr
(
"The debugging helper is used to nicely format the values of some Qt "
"and Standard Library data types. "
"It must be compiled for each Qt version which "
"you can do in the Qt preferences page by selecting "
"a Qt installation and clicking on 'Rebuild' for the debugging "
"helper."
));
if
(
!
details
.
isEmpty
())
dialog
.
setDetailedText
(
details
);
dialog
.
exec
();
...
...
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