summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qsharedpointer/nontracked.h
blob: 7562de43e6b94fa2f1115bd4b6ceade7ccd04770 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2016 Intel Corporation.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef NONTRACKED_H
#define NONTRACKED_H

namespace NonTracked {
void dynamicCastFailureNoLeak();
}

#endif // NONTRACKED_H