Skip to content
Snippets Groups Projects
Commit cb33a440 authored by hjk's avatar hjk
Browse files

debugger: rename execCommand to postCommand (in line with QApplication::postEvent)

parent f87df9e7
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -171,12 +171,12 @@ private:
// send and decrements on receipt, effectively preventing
// watch model updates before everything is finished.
void flushCommand(GdbCommand &cmd);
void execCommand(const QString &command,
void postCommand(const QString &command,
GdbCommandFlags flags,
GdbCommandCallback callback = 0,
const char *callbackName = 0,
const QVariant &cookie = QVariant());
void execCommand(const QString &command,
void postCommand(const QString &command,
GdbCommandCallback callback = 0,
const char *callbackName = 0,
const QVariant &cookie = QVariant());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment