aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/templateptr.cpp
blob: a73f78417ce787034d1606b53c0710f1e2dc583b (plain)
1
2
3
4
5
6
7
8
// 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 "templateptr.h"

void TemplatePtr::dummy(std::list<std::pair<BlackBox *, BlackBox *> > &)
{
}