Sign in
third-party-mirror
/
orbit
/
301094089f7066c20f6885ee60d316d3f550a3c2
/
.
/
qt-everywhere-src-5.15.1
/
qtandroidextras
/
examples
/
androidextras
/
services
/
common
/
qtandroidservice.rep
blob: 6b9d676450e65b2ade54e5970e0804589d4b5574 [
file
] [
log
] [
blame
]
class
QtAndroidService
{
SLOT
(
void
sendToService
(
const
QString
&
name
));
SIGNAL
(
messageFromService
(
const
QString
&
message
));
}