removed warning about unused variable when wayland is not found

+ cosmetics
wilder-pre-rebase
Hugo Pereira Da Costa 10 years ago
parent 69fd1e6e51
commit 273a6a6231
  1. 3
      kstyle/breezeshadowhelper.cpp

@ -78,6 +78,7 @@ namespace Breeze
}
//_______________________________________________________
void ShadowHelper::initializeWayland()
{
#if BREEZE_HAVE_KWAYLAND
@ -463,6 +464,8 @@ namespace Breeze
s->commit( Surface::CommitFlag::None );
return true;
#else
Q_UNUSED( widget );
#endif
return false;

Loading…
Cancel
Save