blob: 42e6a1c4e3195d40f4fb5b7b7a2c463301d34b30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace CMakeProjectManager::Internal {
void setupCMakeManager();
void setupOnlineHelpManager();
} // CMakeProjectManager::Internal
|