| 44 | } |
| 45 | |
| 46 | void BuildItem::initializeFromItem( KDevelop::ProjectBaseItem* item ) |
| 47 | { |
| 48 | Q_ASSERT(item); |
| 49 | KDevelop::ProjectModel* model=KDevelop::ICore::self()->projectController()->projectModel(); |
| 50 | |
| 51 | m_itemPath = model->pathFromIndex(item->index()); |
| 52 | } |
| 53 | |
| 54 | QString BuildItem::itemName() const |
| 55 | { |
nothing calls this directly
no test coverage detected