mirror of
https://github.com/NohamR/RMHook-Win.git
synced 2026-05-25 19:59:46 +00:00
Add Qt libs and headers
This commit is contained in:
23
paho-mqtt3as-proxy/Qt/include/QtCore/qfunctionpointer.h
Normal file
23
paho-mqtt3as-proxy/Qt/include/QtCore/qfunctionpointer.h
Normal file
@@ -0,0 +1,23 @@
|
||||
// Copyright (C) 2022 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 QFUNCTIONPOINTER_H
|
||||
#define QFUNCTIONPOINTER_H
|
||||
|
||||
#include <QtCore/qtconfigmacros.h>
|
||||
|
||||
#if 0
|
||||
#pragma qt_class(QFunctionPointer)
|
||||
#endif
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
typedef void (*QFunctionPointer)();
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // QFUNCTIONPOINTER_H
|
||||
Reference in New Issue
Block a user