Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 268403
Collapse All | Expand All

(-)/qt-creator-9999.orig/src/plugins/genericprojectmanager/genericprojectnodes.cpp (-1 / +3 lines)
Lines 165-171 Link Here
165
165
166
QList<ProjectExplorer::ProjectNode::ProjectAction> GenericProjectNode::supportedActions() const
166
QList<ProjectExplorer::ProjectNode::ProjectAction> GenericProjectNode::supportedActions() const
167
{
167
{
168
    return QList<ProjectAction>();
168
    QList<ProjectAction> actions;
169
    actions << AddFile;
170
    return actions;
169
}
171
}
170
172
171
bool GenericProjectNode::addSubProjects(const QStringList &proFilePaths)
173
bool GenericProjectNode::addSubProjects(const QStringList &proFilePaths)

Return to bug 268403