fix mistaken logic-flip in recent PR

This commit is contained in:
Seth Alves 2017-10-06 11:03:48 -07:00
parent 051b63503c
commit 9064114ce5

View file

@ -497,7 +497,7 @@ bool ModelEntityItem::hasModel() const {
});
}
bool ModelEntityItem::hasCompoundShapeURL() const {
return _compoundShapeURL.get().isEmpty();
return !_compoundShapeURL.get().isEmpty();
}
QString ModelEntityItem::getModelURL() const {