Fix build.
This commit is contained in:
parent
8665999ee7
commit
98c721e031
@ -758,7 +758,7 @@ bool AppletInterface::eventFilter(QObject *watched, QEvent *event)
|
||||
}
|
||||
|
||||
QMenu *desktopMenu = new QMenu;
|
||||
emit applet->contextualActionsAboutToShow();
|
||||
emit applet()->contextualActionsAboutToShow();
|
||||
ci->addAppletActions(desktopMenu, applet(), event);
|
||||
|
||||
if (!desktopMenu->isEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user