fix building with KWIN_BUILD_KAPPMENU set to off
Forgot to fix the header file kwin/workspace.h in ed0eead6.
This commit is contained in:
parent
fa4bbea419
commit
32dffca2bd
1 changed files with 2 additions and 0 deletions
|
@ -419,7 +419,9 @@ public:
|
|||
return m_userActionsMenu;
|
||||
}
|
||||
|
||||
#ifdef KWIN_BUILD_KAPPMENU
|
||||
void showApplicationMenu(const QPoint &, const WId);
|
||||
#endif
|
||||
|
||||
void updateMinimizedOfTransients(Client*);
|
||||
void updateOnAllDesktopsOfTransients(Client*);
|
||||
|
|
Loading…
Reference in a new issue