forked from quickshell/quickshell
core/desktopentry: use this-> in heuristicLookup
This commit is contained in:
parent
0416032a7c
commit
1c026545e9
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ DesktopEntry* DesktopEntryManager::byId(const QString& id) {
|
|||
}
|
||||
|
||||
DesktopEntry* DesktopEntryManager::heuristicLookup(const QString& name) {
|
||||
if (auto* entry = DesktopEntryManager::byId(name)) return entry;
|
||||
if (auto* entry = this->byId(name)) return entry;
|
||||
|
||||
auto list = this->desktopEntries.values();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue