MCPcopy Create free account
hub / github.com/KDE/kdevelop / shouldContinue

Method shouldContinue

plugins/appwizard/projectvcspage.cpp:141–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141bool ProjectVcsPage::shouldContinue()
142{
143 if (!m_currentImportWidget) {
144 return true;
145 }
146
147 return m_currentImportWidget->hasValidData();
148}
149
150#include "moc_projectvcspage.cpp"

Callers 1

nextMethod · 0.45

Calls 1

hasValidDataMethod · 0.45

Tested by

no test coverage detected