forked from qt-creator/qt-creator
debugger: use Profile directly for fillParameters instead of its id
Change-Id: Ifaf663ee1827976e45e68e309b19c2f233a05ac1 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <QDialog>
|
||||
|
||||
namespace Core { class Id; }
|
||||
namespace ProjectExplorer { class Profile; }
|
||||
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
@@ -55,7 +56,7 @@ public:
|
||||
bool isLocal() const;
|
||||
|
||||
// For persistance.
|
||||
Core::Id profileId() const;
|
||||
ProjectExplorer::Profile *profile() const;
|
||||
void setLocalExecutableFile(const QString &executable);
|
||||
void setLocalCoreFile(const QString &core);
|
||||
void setRemoteCoreFile(const QString &core);
|
||||
|
||||
Reference in New Issue
Block a user