File indexing completed on 2024-06-02 05:35:29

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