forked from quickshell/quickshell
fix: thisptr lints for base classes
This commit is contained in:
parent
d76100781f
commit
7a18ce8a55
3 changed files with 17 additions and 16 deletions
|
@ -57,7 +57,7 @@ void Variants::setVariants(QVariantList variants) {
|
|||
}
|
||||
|
||||
void Variants::componentComplete() {
|
||||
Scavenger::componentComplete();
|
||||
this->Scavenger::componentComplete();
|
||||
this->updateVariants();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue