mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 20:34:20 +02:00
use new signal slot syntax in JurisdictionListener
This commit is contained in:
parent
816b324236
commit
b24eca199a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ JurisdictionListener::JurisdictionListener(NODE_TYPE type, PacketSenderNotify* n
|
|||
ReceivedPacketProcessor::_dontSleep = true; // we handle sleeping so this class doesn't need to
|
||||
NodeList* nodeList = NodeList::getInstance();
|
||||
|
||||
connect(nodeList, SIGNAL(nodeKilled(SharedNodePointer)), SLOT(nodeKilled(SharedNodePointer)));
|
||||
connect(nodeList, &NodeList::nodeKilled, this, &JurisdictionListener::nodeKilled);
|
||||
|
||||
//qDebug("JurisdictionListener::JurisdictionListener(NODE_TYPE type=%c)\n", type);
|
||||
|
||||
|
|
Loading…
Reference in a new issue