aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltyperegistrar/foo.cpp
blob: c5ef8313dcdc1081b2257b8da19ce09d1c1b6311 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include "foo.h"
#include <QDebug>

void Ooo::blah()
{
    qDebug() << "blah";
}