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
6d0f22b1
Commit
6d0f22b1
authored
Nov 04, 2010
by
hjk
Browse files
debugger: add a dot to a message
parent
19203722
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/watchwindow.cpp
View file @
6d0f22b1
...
...
@@ -350,7 +350,7 @@ void WatchWindow::contextMenuEvent(QContextMenuEvent *ev)
}
actSetWatchPointAtVariableAddress
->
setToolTip
(
tr
(
"Setting a watchpoint on an address will cause the program "
"to stop when the data at the address it modified"
));
"to stop when the data at the address it modified
.
"
));
QString
actionName
=
exp
.
isEmpty
()
?
tr
(
"Watch Expression"
)
:
tr
(
"Watch Expression
\"
%1
\"
"
).
arg
(
exp
);
...
...
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