summaryrefslogtreecommitdiffstats
path: root/src/core/global_descriptors_qt.h
blob: f9b08f1d60b07872991ffa66e63f01016a841a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef GLOBAL_DESCRIPTORS_QT_H
#define GLOBAL_DESCRIPTORS_QT_H

#include "content/public/common/content_descriptors.h"

enum {
    kWebEngineLocale = kContentIPCDescriptorMax + 1,
};

#endif // GLOBAL_DESCRIPTORS_QT_H