kwin: compiler warning fix

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-17 01:18:27 +03:00
parent 6d5dc0fb4c
commit dcd7d1a72b
2 changed files with 3 additions and 2 deletions

View file

@ -168,6 +168,7 @@ int Monitor::selectedEdgeItem(int edge) const
return popup_actions[ edge ].indexOf(act); return popup_actions[ edge ].indexOf(act);
} }
kFatal() << "Something strange happened"; kFatal() << "Something strange happened";
return 0;
} }
void Monitor::popup(Corner* c, QPoint pos) void Monitor::popup(Corner* c, QPoint pos)