diff -Nru sync-monitor-0.1+14.04.20140415.3/debian/changelog sync-monitor-0.1+14.04.20140423/debian/changelog --- sync-monitor-0.1+14.04.20140415.3/debian/changelog 2014-04-24 07:28:13.000000000 +0000 +++ sync-monitor-0.1+14.04.20140423/debian/changelog 2014-04-24 07:28:13.000000000 +0000 @@ -1,3 +1,11 @@ +sync-monitor (0.1+14.04.20140423-0ubuntu1) trusty; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Register "QList" into metatype to allow queue signals + with this signature. (LP: #1311719) (LP: #1311719) + + -- Ubuntu daily release Wed, 23 Apr 2014 18:32:19 +0000 + sync-monitor (0.1+14.04.20140415.3-0ubuntu1) trusty; urgency=low [ Renato Araujo Oliveira Filho ] diff -Nru sync-monitor-0.1+14.04.20140415.3/src/eds-helper.cpp sync-monitor-0.1+14.04.20140423/src/eds-helper.cpp --- sync-monitor-0.1+14.04.20140415.3/src/eds-helper.cpp 2014-04-15 22:20:33.000000000 +0000 +++ sync-monitor-0.1+14.04.20140423/src/eds-helper.cpp 2014-04-23 18:32:07.000000000 +0000 @@ -25,6 +25,7 @@ m_freezed(false) { qRegisterMetaType >("QList"); + qRegisterMetaType >("QList"); m_timeoutTimer.setSingleShot(true);