| 129 | } |
| 130 | |
| 131 | KDevelop::VcsLocation ProjectVcsPage::destination() const |
| 132 | { |
| 133 | if (!m_currentImportWidget) { |
| 134 | return KDevelop::VcsLocation(); |
| 135 | } |
| 136 | |
| 137 | return m_currentImportWidget->destination(); |
| 138 | } |
| 139 | |
| 140 | |
| 141 | bool ProjectVcsPage::shouldContinue() |