Files
pilotclient/samples/miscsim/samplesfscommon.h
2024-11-11 15:11:39 +01:00

24 lines
541 B
C++

// 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 BLACKSAMPLE_SAMPLESFSCOMMON_H
#define BLACKSAMPLE_SAMPLESFSCOMMON_H
class QTextStream;
namespace BlackSample
{
//! Samples for FsCommon classes
class CSamplesFsCommon
{
public:
//! Run the samples
static void samples(QTextStream &streamOut, QTextStream &streamIn);
};
} // namespace
#endif