Files
pilotclient/samples/miscquantities/samplesphysicalquantities.h
2024-11-16 21:40:55 +01:00

25 lines
579 B
C++

// 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 SWIFT_SAMPLE_SAMPLESPHYSICALQUANTITIES_H
#define SWIFT_SAMPLE_SAMPLESPHYSICALQUANTITIES_H
class QTextStream;
namespace swift::sample
{
//! Samples for physical quantities
class CSamplesPhysicalQuantities
{
public:
//! Run the samples
static int samples(QTextStream &out);
};
} // namespace swift::sample
#endif // guard