#ifndef AUTOTESTS_WINDOWS_STUB_KWINDOWEFFECTS
#define AUTOTESTS_WINDOWS_STUB_KWINDOWEFFECTS

#include <QRegion>
#include <QWindow>

namespace KWindowEffects {
inline void enableBlurBehind(WId, bool, const QRegion &)
{
}
}

#endif
