Fix compile

This commit is contained in:
dt
2010-10-28 17:58:48 +02:00
parent 45dd1ad7f5
commit e4d8253473

View File

@@ -119,7 +119,8 @@ void MaemoDeployables::createModels()
}
endResetModel();
connect(pro, SIGNAL(proFileUpdated(Qt4ProjectManager::Internal::Qt4ProFileNode*,bool)),
connect(qt4BuildConfiguration()->qt4Target()->qt4Project(),
SIGNAL(proFileUpdated(Qt4ProjectManager::Internal::Qt4ProFileNode*,bool)),
m_updateTimer, SLOT(start()));
}