Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qlocation.h
Go to the documentation of this file.
1// Copyright (C) 2015 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// Qt-Security score:significant reason:default
4
5#ifndef QLOCATION_H
6#define QLOCATION_H
7
8#if 0
9#pragma qt_class(QLocation)
10#endif
11
12#include <QtLocation/qlocationglobal.h>
13
14QT_BEGIN_NAMESPACE
15
16namespace QLocation {
17
24
25Q_DECLARE_FLAGS(VisibilityScope, Visibility)
26
27}
28
29Q_DECLARE_OPERATORS_FOR_FLAGS(QLocation::VisibilityScope)
30
31QT_END_NAMESPACE
32
33#endif // QLOCATION_H
@ PublicVisibility
Definition qlocation.h:22
@ UnspecifiedVisibility
Definition qlocation.h:19
@ PrivateVisibility
Definition qlocation.h:21
@ DeviceVisibility
Definition qlocation.h:20