File indexing completed on 2024-04-28 15:27:24

0001 /*
0002     This file is part of the KDE project
0003     SPDX-FileCopyrightText: 2015 Olivier Goffart <ogoffart@woboq.com>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0006 */
0007 
0008 #include "koverlayiconplugin.h"
0009 
0010 KOverlayIconPlugin::KOverlayIconPlugin(QObject *parent)
0011     : QObject(parent)
0012 {
0013 }
0014 
0015 KOverlayIconPlugin::~KOverlayIconPlugin()
0016 {
0017 }
0018 
0019 #include "moc_koverlayiconplugin.cpp"