File indexing completed on 2024-11-10 04:57:04
0001 /* 0002 SPDX-FileCopyrightText: 2022 David Redondo <kde@david-redondo.de> 0003 0004 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0005 */ 0006 0007 #include "outputlocator.h" 0008 0009 namespace KWin 0010 { 0011 KWIN_EFFECT_FACTORY(OutputLocatorEffect, "metadata.json.stripped"); 0012 } 0013 0014 #include "main.moc"