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:
@@ -385,9 +385,9 @@ void AttachCoreDialog::setProfileId(const Core::Id &id)
|
||||
changed();
|
||||
}
|
||||
|
||||
Core::Id AttachCoreDialog::profileId() const
|
||||
Profile *AttachCoreDialog::profile() const
|
||||
{
|
||||
return d->profileChooser->currentProfileId();
|
||||
return d->profileChooser->currentProfile();
|
||||
}
|
||||
|
||||
QString AttachCoreDialog::overrideStartScript() const
|
||||
|
||||
Reference in New Issue
Block a user