Skip to content
GitLab
Menu
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
cb33a440
Commit
cb33a440
authored
May 07, 2009
by
hjk
Browse files
debugger: rename execCommand to postCommand (in line with QApplication::postEvent)
parent
f87df9e7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
cb33a440
This diff is collapsed.
Click to expand it.
src/plugins/debugger/gdbengine.h
View file @
cb33a440
...
...
@@ -171,12 +171,12 @@ private:
// send and decrements on receipt, effectively preventing
// watch model updates before everything is finished.
void
flushCommand
(
GdbCommand
&
cmd
);
void
exec
Command
(
const
QString
&
command
,
void
post
Command
(
const
QString
&
command
,
GdbCommandFlags
flags
,
GdbCommandCallback
callback
=
0
,
const
char
*
callbackName
=
0
,
const
QVariant
&
cookie
=
QVariant
());
void
exec
Command
(
const
QString
&
command
,
void
post
Command
(
const
QString
&
command
,
GdbCommandCallback
callback
=
0
,
const
char
*
callbackName
=
0
,
const
QVariant
&
cookie
=
QVariant
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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