// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause #ifndef PIEDRILLDOWNWIDGET_H #define PIEDRILLDOWNWIDGET_H #include "contentwidget.h" class PieDrilldownWidget : public ContentWidget { Q_OBJECT public: explicit PieDrilldownWidget(QWidget *parent = nullptr); }; #endif