forked from qt-creator/qt-creator
Add "Run" to projectexplorer context menu
Task-Nr: QTCREATORBUG-2166
This commit is contained in:
@@ -228,5 +228,11 @@ bool QmlProjectNode::renameFile(const ProjectExplorer::FileType /*fileType*/,
|
||||
return true;
|
||||
}
|
||||
|
||||
QList<ProjectExplorer::RunConfiguration *> QmlProjectNode::runConfigurationsFor(Node *node)
|
||||
{
|
||||
Q_UNUSED(node)
|
||||
return QList<ProjectExplorer::RunConfiguration *>();
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace QmlProjectManager
|
||||
|
||||
Reference in New Issue
Block a user