Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qandroidsystemlocale.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QANDROIDSYSTEMLOCALE_H
5#define QANDROIDSYSTEMLOCALE_H
6
7#include "private/qlocale_p.h"
8#include <QtCore/qreadwritelock.h>
9
11
13{
14 Q_DISABLE_COPY_MOVE(QAndroidSystemLocale)
15public:
17
18 QVariant query(QueryType type, QVariant &&in) const override;
19 QLocale fallbackLocale() const override;
20
21private:
22 void getLocaleFromJava() const;
23
24 mutable QLocale m_locale;
25 mutable QReadWriteLock m_lock;
26};
27
29
30#endif // QANDROIDSYSTEMLOCALE_H
QLocale fallbackLocale() const override
\inmodule QtCore
\inmodule QtCore
Definition qvariant.h:65
Combined button and popup list for selecting options.
GLenum type
GLenum query
GLuint in