blob: 09021106a4e7115d5579c2f32396569d6995a166 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace ProjectExplorer::Internal {
void executeParseIssuesDialog();
} // namespace ProjectExplorer::Internal
|