Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qexceptionhandling.cpp
Go to the documentation of this file.
1
// Copyright (C) 2022 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#include "
qexceptionhandling.h
"
5
6
#include <exception>
7
8
QT_BEGIN_NAMESPACE
9
10
/*
11
\internal
12
Allows you to call std::terminate() without including <exception>.
13
Called internally from QT_TERMINATE_ON_EXCEPTION
14
*/
15
Q_NORETURN
void
qTerminate
() noexcept
16
{
17
std::terminate();
18
}
19
20
QT_END_NAMESPACE
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
Q_NORETURN
#define Q_NORETURN
Definition
qcompilerdetection.h:1000
qTerminate
QT_BEGIN_NAMESPACE Q_NORETURN void qTerminate() noexcept
Definition
qexceptionhandling.cpp:15
qexceptionhandling.h
qtbase
src
corelib
global
qexceptionhandling.cpp
Generated by
1.9.7