aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest/testobject.cpp
blob: 717c4e3cd637a0ce6031347866eaf94fd1a2e348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "testobject.h"

void
TestObject::emitIdValueSignal()
{
    emit idValue(m_idValue);
}

void
TestObject::emitStaticMethodDoubleSignal()
{
    emit staticMethodDouble();
}