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

Method hasValidData

plugins/subversion/svnimportmetadatawidget.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool SvnImportMetadataWidget::hasValidData() const
72{
73 return !m_ui->message->toPlainText().isEmpty() && !m_ui->srcEdit->text().isEmpty();
74}
75
76#include "moc_svnimportmetadatawidget.cpp"

Callers 1

shouldContinueMethod · 0.45

Calls 2

isEmptyMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected