mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kwin: compiler warning fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6d5dc0fb4c
commit
dcd7d1a72b
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue