Skip to content

Commit

Permalink
FancyMenu: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgit committed Jan 6, 2024
1 parent f7a8d85 commit 4bd5c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-fancymenu/lxqtfancymenuappmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void LXQtFancyMenuAppMap::removeFromFavorites(const QString &desktopFile)
return;

Category& favoritesCatRef = mCategories[0];
for(auto it = favoritesCat.apps.begin(); it != favoritesCat.apps.end(); it++)
for(auto it = favoritesCatRef.apps.begin(); it != favoritesCatRef.apps.end(); it++)
{
if((*it)->desktopFile == desktopFile)
{
Expand Down

0 comments on commit 4bd5c25

Please sign in to comment.