Skip to content
Snippets Groups Projects
Commit 8321ae2f authored by Daniel Teske's avatar Daniel Teske Committed by Tobias Hunger
Browse files

Project::removeTarget add missing return tru


Change-Id: Ifcf42827596fed48c9bf4c5f25910a586ebc18ef
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent 8cac1575
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,7 @@ bool Project::removeTarget(Target *target)
setActiveTarget(d->m_targets.at(0));
}
delete target;
return true;
}
QList<Target *> Project::targets() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment