mirror of
https://github.com/NohamR/RMHook-Win.git
synced 2026-05-25 12:27:12 +00:00
13 lines
315 B
C
13 lines
315 B
C
// Copyright (C) 2016 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 QTNETWORKGLOBAL_H
|
|
#define QTNETWORKGLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
#include <QtNetwork/qtnetwork-config.h>
|
|
#include <QtNetwork/qtnetworkexports.h>
|
|
|
|
#endif
|
|
|