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
063ae8ad
Commit
063ae8ad
authored
Jul 20, 2010
by
hjk
Browse files
debugger: remove unused DebuggerRunner::init()
parent
80f52cce
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerrunner.cpp
View file @
063ae8ad
...
...
@@ -392,10 +392,6 @@ void DebuggerRunControl::setCustomEnvironment(ProjectExplorer::Environment env)
m_engine
->
startParameters
().
environment
=
env
.
toStringList
();
}
void
DebuggerRunControl
::
init
()
{
}
bool
DebuggerRunControl
::
checkDebugConfiguration
(
int
toolChain
,
QString
*
errorMessage
,
QString
*
settingsCategory
/* = 0 */
,
...
...
src/plugins/debugger/debuggerrunner.h
View file @
063ae8ad
...
...
@@ -120,8 +120,6 @@ private slots:
void
handleFinished
();
private:
void
init
();
DebuggerEngineType
engineForExecutable
(
const
QString
&
executable
);
DebuggerEngineType
engineForMode
(
DebuggerStartMode
mode
);
...
...
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