summaryrefslogtreecommitdiffstats
path: root/examples/charts/gallery/stackeddrilldownwidget.h
blob: a8c8acfff42cb74c0b81e3b681b6dd492c9ccc68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef STACKEDDRILLDOWNWIDGET_H
#define STACKEDDRILLDOWNWIDGET_H

#include "contentwidget.h"

class StackedDrilldownWidget : public ContentWidget
{
    Q_OBJECT
public:
    explicit StackedDrilldownWidget(QWidget *parent = nullptr);
};

#endif