File indexing completed on 2025-02-09 06:35:13

0001 /*
0002     SPDX-FileCopyrightText: 2012-2020 Harald Sitter <sitter@kde.org>
0003     SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0004 */
0005 
0006 #ifndef PLASMAENTRY_H
0007 #define PLASMAENTRY_H
0008 
0009 #include "Entry.h"
0010 
0011 class PlasmaEntry : public Entry
0012 {
0013 public:
0014     PlasmaEntry();
0015     static QString plasmaVersion();
0016 };
0017 
0018 #endif // PLASMAENTRY_H