/* SPDX-FileCopyrightText: 2021 Vlad Zahorodnii SPDX-License-Identifier: GPL-2.0-or-later */ #include "sheet.h" namespace KWin { KWIN_EFFECT_FACTORY_SUPPORTED(SheetEffect, "metadata.json.stripped", return SheetEffect::supported();) } // namespace KWin #include "main.moc"