Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:07:40

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 
0004 #ifndef QTNOOP_H
0005 #define QTNOOP_H
0006 
0007 #if 0
0008 #pragma qt_sync_stop_processing
0009 #endif
0010 
0011 #ifdef __cplusplus
0012 constexpr
0013 #endif
0014 inline void qt_noop(void)
0015 #ifdef __cplusplus
0016     noexcept
0017 #endif
0018 {}
0019 
0020 #endif // QTNOOP_H