KWin
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2021 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#include "showpaint.h"
8
9namespace KWin
10{
11
12KWIN_EFFECT_FACTORY(ShowPaintEffect,
13 "metadata.json.stripped")
14
15} // namespace KWin
16
17#include "main.moc"
#define KWIN_EFFECT_FACTORY(className, jsonFile)
Definition effect.h:1023