blob: 35c91239f74bd664fc0c4888ccf717e66af2c9c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright (C) 2020 Alexis Jeandet.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
#include <QObject>
namespace MesonProjectManager::Internal {
void setupMesonActions(QObject *guard);
} // Internal::MesonProjectManager
|