Build on trusty

This commit is contained in:
Benjamin Zeller
2016-11-16 11:23:37 +01:00
parent 186e53a7c4
commit e3be8a1b9a

View File

@@ -67,7 +67,7 @@ SnapcraftProject::SnapcraftProject(SnapcraftProjectManager *manager, const Utils
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