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
69bc6b01
Commit
69bc6b01
authored
Dec 03, 2010
by
hjk
Browse files
debugger: remove unneeded function
parent
e1f1f318
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerrunner.cpp
View file @
69bc6b01
...
...
@@ -741,12 +741,6 @@ bool DebuggerRunControl::isRunning() const
return
d
->
m_running
;
}
DebuggerState
DebuggerRunControl
::
state
()
const
{
QTC_ASSERT
(
d
->
m_engine
,
return
DebuggerNotReady
);
return
d
->
m_engine
->
state
();
}
DebuggerEngine
*
DebuggerRunControl
::
engine
()
{
QTC_ASSERT
(
d
->
m_engine
,
/**/
);
...
...
src/plugins/debugger/debuggerrunner.h
View file @
69bc6b01
...
...
@@ -66,6 +66,7 @@ public:
// FIXME: Used by qmljsinspector.cpp:469
RunControl
*
create
(
RunConfiguration
*
runConfiguration
,
const
QString
&
mode
);
bool
canRun
(
RunConfiguration
*
runConfiguration
,
const
QString
&
mode
)
const
;
private:
QString
displayName
()
const
;
QWidget
*
createConfigurationWidget
(
RunConfiguration
*
runConfiguration
);
...
...
@@ -98,8 +99,6 @@ public:
void
startFailed
();
void
debuggingFinished
();
RunConfiguration
*
runConfiguration
()
const
;
DebuggerState
state
()
const
;
DebuggerEngine
*
engine
();
void
showMessage
(
const
QString
&
msg
,
int
channel
);
...
...
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