/****************************************************************************** * QSkinny - Copyright (C) The authors * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once #include class FlowLayoutPage : public QskLinearBox { public: FlowLayoutPage( QQuickItem* parent = nullptr ); };