summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/kernel/qobject/object.cpp
blob: 049a1a11079887a85971d73a1ed17e69b155ac2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// 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 "object.h"

void Object::emitSignal0()
{ emit signal0(); }
void Object::emitSignal1()
{ emit signal1(); }


void Object::slot0()
{ }
void Object::slot1()
{ }
void Object::slot2()
{ }
void Object::slot3()
{ }
void Object::slot4()
{ }
void Object::slot5()
{ }
void Object::slot6()
{ }
void Object::slot7()
{ }
void Object::slot8()
{ }
void Object::slot9()
{ }