File indexing completed on 2024-12-01 04:20:32
0001 /* 0002 * SPDX-FileCopyrightText: 2021 Alexander Stippich <a.stippich@gmx.net> 0003 * 0004 * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL 0005 */ 0006 0007 #ifndef KSANE_COREOPTION_P_H 0008 #define KSANE_COREOPTION_P_H 0009 0010 #include "baseoption.h" 0011 0012 namespace KSaneCore 0013 { 0014 0015 class OptionPrivate 0016 { 0017 public: 0018 BaseOption *option; 0019 }; 0020 0021 } // namespace KSaneCore 0022 0023 #endif // KSANE_COREOPTION_P_H