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;
|
||||
}
|
||||
|
@@ -64,7 +64,7 @@ public:
|
||||
void setValgrindArguments(const QStringList &toolArguments);
|
||||
QString debuggeeExecutable() const;
|
||||
void setDebuggeeExecutable(const QString &executable);
|
||||
QString debuggeArguments() const;
|
||||
QString debuggeeArguments() const;
|
||||
void setDebuggeeArguments(const QString &arguments);
|
||||
|
||||
void setWorkingDirectory(const QString &path);
|
||||
|
Reference in New Issue
Block a user