diff -Nru ubuntu-sdk-ide-4.1.0~167+201611141646~ubuntu16.04.1/debian/bzr-builder.manifest ubuntu-sdk-ide-4.1.0~168+201611161051~ubuntu16.04.1/debian/bzr-builder.manifest --- ubuntu-sdk-ide-4.1.0~167+201611141646~ubuntu16.04.1/debian/bzr-builder.manifest 2016-11-14 16:49:48.000000000 +0000 +++ ubuntu-sdk-ide-4.1.0~168+201611161051~ubuntu16.04.1/debian/bzr-builder.manifest 2016-11-16 11:03:31.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}~167+201611141646 -lp:ubuntu-sdk-ide revid:tarmac-20161114164310-7py1dih70t83ayd3 +# bzr-builder format 0.3 deb-version {debupstream}~168+201611161051 +lp:ubuntu-sdk-ide revid:tarmac-20161116104226-30b55vzsxm752gqn diff -Nru ubuntu-sdk-ide-4.1.0~167+201611141646~ubuntu16.04.1/debian/changelog ubuntu-sdk-ide-4.1.0~168+201611161051~ubuntu16.04.1/debian/changelog --- ubuntu-sdk-ide-4.1.0~167+201611141646~ubuntu16.04.1/debian/changelog 2016-11-14 16:49:48.000000000 +0000 +++ ubuntu-sdk-ide-4.1.0~168+201611161051~ubuntu16.04.1/debian/changelog 2016-11-16 11:03:32.000000000 +0000 @@ -1,8 +1,8 @@ -ubuntu-sdk-ide (4.1.0~167+201611141646~ubuntu16.04.1) xenial; urgency=low +ubuntu-sdk-ide (4.1.0~168+201611161051~ubuntu16.04.1) xenial; urgency=low * Auto build. - -- Launchpad Package Builder Mon, 14 Nov 2016 16:49:48 +0000 + -- Launchpad Package Builder Wed, 16 Nov 2016 11:03:31 +0000 ubuntu-sdk-ide (4.1.0) trusty; urgency=medium diff -Nru ubuntu-sdk-ide-4.1.0~167+201611141646~ubuntu16.04.1/dist/qtcreator/src/plugins/ubuntu/src/ubuntu/snap/project/snapcraftproject.cpp ubuntu-sdk-ide-4.1.0~168+201611161051~ubuntu16.04.1/dist/qtcreator/src/plugins/ubuntu/src/ubuntu/snap/project/snapcraftproject.cpp --- ubuntu-sdk-ide-4.1.0~167+201611141646~ubuntu16.04.1/dist/qtcreator/src/plugins/ubuntu/src/ubuntu/snap/project/snapcraftproject.cpp 2016-11-14 16:47:51.000000000 +0000 +++ ubuntu-sdk-ide-4.1.0~168+201611161051~ubuntu16.04.1/dist/qtcreator/src/plugins/ubuntu/src/ubuntu/snap/project/snapcraftproject.cpp 2016-11-16 10:54:28.000000000 +0000 @@ -67,7 +67,7 @@ ProjectExplorer::FileNode *projectFileNode = new ProjectExplorer::FileNode(fileName, ProjectExplorer::ProjectFileType, false); m_rootNode->addFileNodes({projectFileNode}); - connect(m_file, &SnapcraftProjectFile::changed, this, &SnapcraftProject::asyncUpdate); + connect(m_file.data(), &SnapcraftProjectFile::changed, this, &SnapcraftProject::asyncUpdate); //we show magic directories that are not listed in the snapcraft.yaml file, therefore we need to watch the directory //if one of those is changed or removed