Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
23f6641f
Commit
23f6641f
authored
Jul 21, 2010
by
hjk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugger: re-add registration of WatchData type
parent
56aff185
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/debugger/gdb/gdbengine.cpp
+2
-0
No files found.
src/plugins/debugger/gdb/gdbengine.cpp
View file @
23f6641f
...
...
@@ -177,6 +177,8 @@ static QByteArray parsePlainConsoleStream(const GdbResponse &response)
GdbEngine
::
GdbEngine
(
const
DebuggerStartParameters
&
startParameters
)
:
DebuggerEngine
(
startParameters
)
{
qRegisterMetaType
<
WatchData
>
(
"WatchData"
);
m_commandTimer
=
new
QTimer
(
this
);
m_commandTimer
->
setSingleShot
(
true
);
connect
(
m_commandTimer
,
SIGNAL
(
timeout
()),
SLOT
(
commandTimeout
()));
...
...
Write
Preview
Markdown
is supported
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