// SPDX-FileCopyrightText: Copyright (C) 2014 swift Project Community / Contributors // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1 //! \file //! \ingroup samplemiscsim #ifndef SWIFT_SAMPLE_SAMPLESFSX_H #define SWIFT_SAMPLE_SAMPLESFSX_H class QTextStream; namespace swift::sample { //! Samples for FSX classes class CSamplesFsx { public: //! Run the misc. samples static void samplesMisc(QTextStream &streamOut); }; } // namespace #endif