mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-04-10 02:02:21 +02:00
Tiny SIGNAL&SLOT fix
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@439 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
d3afdf5d54
commit
fa822b9a84
@ -140,7 +140,7 @@ void Telemetry::connectToObjectInstances(UAVObject* obj, quint32 eventMask)
|
|||||||
}
|
}
|
||||||
if ( (eventMask&EV_UPDATE_REQ) != 0)
|
if ( (eventMask&EV_UPDATE_REQ) != 0)
|
||||||
{
|
{
|
||||||
connect(objs[n], SIGNAL(objectUpdateRequested(UAVObject*)), this, SLOT(objectUpdateRequested(UAVObject*)), Qt::QueuedConnection);
|
connect(objs[n], SIGNAL(updateRequested(UAVObject*)), this, SLOT(updateRequested(UAVObject*)), Qt::QueuedConnection);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user