forked from qt-creator/qt-creator
Rename: debuggeArguments() -> debuggeeArguments()
Merge-request: 265 Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
@@ -154,7 +154,7 @@ void ValgrindRunner::setDebuggeeExecutable(const QString &executable)
|
||||
d->debuggeeExecutable = executable;
|
||||
}
|
||||
|
||||
QString ValgrindRunner::debuggeArguments() const
|
||||
QString ValgrindRunner::debuggeeArguments() const
|
||||
{
|
||||
return d->debuggeeArguments;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user