forked from qt-creator/qt-creator
iOS: Remove unused code in IosDeployStep
Change-Id: Iff5b51d54a91e7febe25f767817541a90696090a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -217,17 +217,6 @@ QString IosDeployStep::deviceId() const
|
||||
return iosdevice()->uniqueDeviceID();
|
||||
}
|
||||
|
||||
void IosDeployStep::raiseError(const QString &errorString)
|
||||
{
|
||||
emit addTask(Task(Task::Error, errorString, Utils::FilePath::fromString(QString()), -1,
|
||||
ProjectExplorer::Constants::TASK_CATEGORY_DEPLOYMENT));
|
||||
}
|
||||
|
||||
void IosDeployStep::writeOutput(const QString &text, OutputFormat format)
|
||||
{
|
||||
emit addOutput(text, format);
|
||||
}
|
||||
|
||||
void IosDeployStep::checkProvisioningProfile()
|
||||
{
|
||||
IosDevice::ConstPtr device = iosdevice();
|
||||
|
||||
Reference in New Issue
Block a user