Clang: Clear the project part completely on remove

Change-Id: I6fdb1766a3b407fbaaf86b0216a0dd710673aec1
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-07-16 12:32:02 +02:00
parent f77f6e2144
commit 8d23d80139
4 changed files with 10 additions and 4 deletions

View File

@@ -98,9 +98,11 @@ ProjectPart &ProjectPart::operator=(ProjectPart &&other)
return *this;
}
void ProjectPart::clearProjectPartId()
void ProjectPart::clear()
{
d->projectPartId.clear();
d->clearArguments();
updateLastChangeTimePoint();
}
const Utf8String &ProjectPart::projectPartId() const