summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/includes/qobject.qdocinc
blob: 65630c82ee4361127ea8be21686b19c81b9869c5 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

//! [disconnect-all]
\note Disconnecting all signal-slot connections will also disconnect the
\l QObject::destroyed() signal if it is connected. Doing so can adversely
affect classes that rely on this signal for cleaning up resources. It is
recommended to disconnect only the specific signals that were connected by
application code.
//! [disconnect-all]