Add "Run" to projectexplorer context menu

Task-Nr: QTCREATORBUG-2166
This commit is contained in:
dt
2011-01-20 18:05:58 +01:00
parent 35d95e3b17
commit 063c4ff670
24 changed files with 161 additions and 9 deletions

View File

@@ -101,3 +101,9 @@ bool CMakeProjectNode::renameFile(const ProjectExplorer::FileType fileType, cons
Q_UNUSED(newFilePath)
return false;
}
QList<ProjectExplorer::RunConfiguration *> CMakeProjectNode::runConfigurationsFor(Node *node)
{
Q_UNUSED(node)
return QList<ProjectExplorer::RunConfiguration *>();
}