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

Method hasValidData

kdevplatform/vcs/dvcs/ui/dvcsimportmetadatawidget.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool DvcsImportMetadataWidget::hasValidData() const
88{
89 Q_D(const DvcsImportMetadataWidget);
90 return !d->m_ui->message->toPlainText().isEmpty() && !d->m_ui->sourceLoc->text().isEmpty();
91}
92
93#include "moc_dvcsimportmetadatawidget.cpp"

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected