// Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Rafael Roquetto // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #ifndef HELPERS_H #define HELPERS_H #include "provider.h" #include #include enum ParamType { LTTNG, ETW }; QString includeGuard(const QString &filename); QString formatFunctionSignature(const QList &args); QString formatParameterList(const QList &args, ParamType type); #endif // HELPERS_H