kwin/src/effects/highlightwindow/main.cpp
2021-11-24 10:48:51 +00:00

17 lines
308 B
C++

/*
SPDX-FileCopyrightText: 2021 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "highlightwindow.h"
namespace KWin
{
KWIN_EFFECT_FACTORY(HighlightWindowEffect,
"metadata.json.stripped")
} // namespace KWin
#include "main.moc"