aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/protected.cpp
blob: f6cdb3db1c964b0283ac851e9ff56b70b6e5b178 (plain)
1
2
3
4
5
6
7
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#include "protected.h"

int ProtectedVirtualDestructor::dtor_called = 0;