aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/locator/locatorconstants.h
blob: 508ace371bea9de0d205d51c3fe170f5415ad26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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

#include <QtGlobal>

namespace Core {
namespace Constants {

const char LOCATE[] = "QtCreator.Locate";
const char FILTER_OPTIONS_PAGE[] = QT_TRANSLATE_NOOP("Locator", "Locator");
const char CUSTOM_DIRECTORY_FILTER_BASEID[] = "Locator.CustomFilter";
const char CUSTOM_URL_FILTER_BASEID[] = "Locator.CustomUrlFilter";
const char TASK_INDEX[] = "Locator.Task.Index";

} // namespace Constants
} // namespace Core