warnings--: unused parameter

This commit is contained in:
Boudewijn Rempt 2015-06-12 03:09:44 +02:00
parent 9c2b53dd04
commit 955b0bb8e8

View file

@ -301,6 +301,7 @@ bool ShellClient::isShown(bool shaded_is_shown) const
void ShellClient::hideClient(bool hide)
{
Q_UNUSED(hide)
}
void ShellClient::maximize(MaximizeMode mode)