summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qtnoop.h
blob: ea0cedd9bc9f739fb1e6866df5e1de22e7b00a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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 QTNOOP_H
#define QTNOOP_H

#if 0
#pragma qt_sync_stop_processing
#endif

inline void qt_noop(void) {}

#endif // QTNOOP_H