optimization and fixes
This commit is contained in:
@@ -674,10 +674,10 @@ bool dumpApplicationToFile(const PIString & path) {
|
||||
|
||||
|
||||
|
||||
void PIObject::__MetaData::addScope(const PIString & s) {
|
||||
if (!scope_list.contains(s)) {
|
||||
void PIObject::__MetaData::addScope(const PIString & s, uint shash) {
|
||||
if (!scope_id.contains(shash)) {
|
||||
scope_list << s;
|
||||
scope_id << s.hash();
|
||||
scope_id << shash;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user