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
c5a261b1
Commit
c5a261b1
authored
Dec 04, 2008
by
hjk
Browse files
setText + setToolTip works better than setText + setText...
parent
5f17e0b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermanager.cpp
View file @
c5a261b1
...
...
@@ -317,7 +317,7 @@ void DebuggerManager::init()
m_debugDumpersAction
=
new
QAction
(
this
);
m_debugDumpersAction
->
setText
(
tr
(
"Debug Custom Dumpers"
));
m_debugDumpersAction
->
setT
ext
(
tr
(
"This is an internal tool to "
m_debugDumpersAction
->
setT
oolTip
(
tr
(
"This is an internal tool to "
"make debugging the Custom Data Dumper code easier. "
"Using this action is in general not needed unless you "
"want do debug Qt Creator itself."
));
...
...
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