KSaneCore

internaloption.h
1/*
2 * SPDX-FileCopyrightText: 2021 Alexander Stippich <a.stippich@gmx.net>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5 */
6
7#ifndef KSANE_INTERNAL_OPTION_H
8#define KSANE_INTERNAL_OPTION_H
9
10#include "baseoption.h"
11#include "option.h"
12
13namespace KSaneCore
14{
15
16class InternalOption : public Option
17{
19
20public:
21
22 explicit InternalOption(BaseOption *option, QObject *parent = nullptr);
23
24};
25
26} // namespace KSaneCore
27
28#endif // KSANE_INTERNAL_OPTION_H
29
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:57:17 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.