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
64f26f2c
Commit
64f26f2c
authored
Aug 10, 2010
by
hjk
Browse files
debugger: remove unused DebuggerPlugin::stateChanged(int) signal
parent
9d7021d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerplugin.cpp
View file @
64f26f2c
...
...
@@ -2303,9 +2303,6 @@ void DebuggerPluginPrivate::updateState(DebuggerEngine *engine)
||
m_state
==
DebuggerFinished
||
m_state
==
InferiorUnrunnable
;
setBusyCursor
(
!
notbusy
);
// FIXME: for QML only?
emit
m_plugin
->
stateChanged
(
m_state
);
}
void
DebuggerPluginPrivate
::
resetLocation
()
...
...
src/plugins/debugger/debuggerplugin.h
View file @
64f26f2c
...
...
@@ -95,9 +95,6 @@ public slots:
// void runTest(const QString &fileName);
void
showMessage
(
const
QString
&
msg
,
int
channel
,
int
timeout
=
-
1
);
signals:
void
stateChanged
(
int
);
private:
friend
class
Internal
::
DebuggerEngine
;
friend
class
Internal
::
DebuggerListener
;
...
...
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