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
61f708cf
Commit
61f708cf
authored
Jan 17, 2011
by
hjk
Browse files
debugger: slaveEngineStateChanged should and can now be private
parent
331ebd5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerengine.h
View file @
61f708cf
...
...
@@ -350,14 +350,15 @@ protected:
virtual
void
runSlaveEngine
();
virtual
void
shutdownSlaveEngine
();
virtual
void
slaveEngineStateChanged
(
DebuggerEngine
*
engine
,
DebuggerState
state
);
private:
// Wrapper engine needs access to state of its subengines.
friend
class
Internal
::
QmlCppEngine
;
friend
class
Internal
::
DebuggerPluginPrivate
;
virtual
void
setState
(
DebuggerState
state
,
bool
forced
=
false
);
virtual
void
slaveEngineStateChanged
(
DebuggerEngine
*
engine
,
DebuggerState
state
);
friend
class
DebuggerEnginePrivate
;
DebuggerEnginePrivate
*
d
;
...
...
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