tests: Added pointer test

This commit is contained in:
WerWolv
2021-09-25 23:31:37 +02:00
parent b323d711cf
commit 62656f4c51
6 changed files with 44 additions and 9 deletions

View File

@@ -378,7 +378,6 @@ namespace hex::pl {
void setPointedAtPattern(PatternData *pattern) {
this->m_pointedAt = pattern;
this->m_pointedAt->setVariableName("*" + this->getDisplayName());
}
[[nodiscard]] PatternData* getPointedAtPattern() {