// SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1 //! \file //! \ingroup samplemiscquantities #ifndef BLACKSAMPLE_SAMPLESPHYSICALQUANTITIES_H #define BLACKSAMPLE_SAMPLESPHYSICALQUANTITIES_H class QTextStream; namespace BlackSample { //! Samples for physical quantities class CSamplesPhysicalQuantities { public: //! Run the samples static int samples(QTextStream &out); }; } #endif // guard