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

Method hasValidData

plugins/perforce/ui/perforceimportmetadatawidget.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool PerforceImportMetadataWidget::hasValidData() const
93{
94 // FIXME: It has valid data if testP4setup has completed correctly. AND client name has been set to something
95 return !m_ui->p4clientEdit->itemText(0).isEmpty();
96}
97
98void PerforceImportMetadataWidget::testP4setup()
99{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
itemTextMethod · 0.45

Tested by

no test coverage detected