Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qlocationglobal.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#ifndef QLOCATIONGLOBAL_H
4#define QLOCATIONGLOBAL_H
5
6#include <QtCore/qglobal.h>
7#include <QtLocation/qtlocationexports.h>
8
9#ifdef Q_CLANG_QDOC
10#include "QtLocation/qlocation.h"
11#endif
12
13#endif // QLOCATIONGLOBAL_H
14