|
|
|||
File indexing completed on 2026-08-28 09:23:09
0001 // Copyright (C) 2022 The Qt Company Ltd. 0002 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only 0003 // Qt-Security score:significant reason:default 0004 0005 #ifndef QTNOOP_H 0006 #define QTNOOP_H 0007 0008 #if 0 0009 #pragma qt_sync_stop_processing 0010 #endif 0011 0012 #ifdef __cplusplus 0013 [[maybe_unused]] constexpr 0014 #endif 0015 static inline void qt_noop(void) 0016 #ifdef __cplusplus 0017 noexcept 0018 #endif 0019 {} 0020 0021 #endif // QTNOOP_H
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|