Files
qt-creator/src/plugins/cmakeprojectmanager/cmakeformatter.h

18 lines
352 B
C
Raw Normal View History

// Copyright (C) 2016 Lorenz Haas
// Copyright (C) 2022 Xavier BESSON
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace Core { class IDocument; }
namespace CMakeProjectManager::Internal {
class CMakeFormatter
{
public:
CMakeFormatter();
};
} // CMakeProjectManager::Internal