debugger: use Profile directly for fillParameters instead of its id

Change-Id: Ifaf663ee1827976e45e68e309b19c2f233a05ac1
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-08-15 15:42:53 +02:00
parent 60de95aff6
commit f1b5d6a569
8 changed files with 32 additions and 28 deletions

View File

@@ -38,6 +38,7 @@
#include <ssh/sshconnection.h>
#include <utils/environment.h>
#include <projectexplorer/abi.h>
#include <projectexplorer/profile.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <QMetaType>
@@ -148,7 +149,7 @@ public:
namespace Internal {
void fillParameters(DebuggerStartParameters *sp, Core::Id id);
void fillParameters(DebuggerStartParameters *sp, ProjectExplorer::Profile *profile);
} // namespace Internal
} // namespace Debugger