forked from qt-creator/qt-creator
Clang: Clear the project part completely on remove
Change-Id: I6fdb1766a3b407fbaaf86b0216a0dd710673aec1 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user