aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/analyzer/analyzericons.h
blob: 022d1791c46bc1010f245f4fbb382de4caeecf7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

namespace Analyzer {
namespace Icons {

const char SETTINGSCATEGORY_ANALYZER[] = ":/images/settingscategory_analyzer.png";

} // namespace Icons
} // namespace Analyzer