1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef GLOBALS_H
5#define GLOBALS_H
6
7#include <QString>
8
9const QString &settingsPrefix();
10QString settingPath(const char *path);
11
12#endif // GLOBALS_H
13

source code of qttools/src/linguist/linguist/globals.h