// Copyright (C) 2016 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #ifndef HBWIDGET_H #define HBWIDGET_H #include class HbWidget : public QWidget { Q_OBJECT public: explicit HbWidget(QWidget *parent = nullptr); signals: public slots: }; #endif // HBWIDGET_H