X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Flibs%2FCommon%2Fregistry.cpp;fp=src%2Flibs%2FCommon%2Fregistry.cpp;h=37b47e03e4037208427242734e755b9650bdae9a;hp=6c8cc620151009086eb7cb186661bb91a0170824;hb=5a08cb13071dc1dadb2786b39174010f1d55e739;hpb=0c61450fcffcb36a6e23ca5b083c26543d956084 diff --git a/src/libs/Common/registry.cpp b/src/libs/Common/registry.cpp index 6c8cc62..37b47e0 100644 --- a/src/libs/Common/registry.cpp +++ b/src/libs/Common/registry.cpp @@ -57,7 +57,7 @@ bool Registry::registerInterface(QString const & name, QObject * obj) // Add the interface to the list of registered interfaces and connect to // the destroyed() signal. mInterfaces.insert(name, obj); - connect(obj, SIGNAL(destroyed()), this, SLOT(interfaceDestroyed(QObject *))); + connect(obj, SIGNAL(destroyed(QObject *)), this, SLOT(interfaceDestroyed(QObject *))); return true; }