MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / getIdentity

Method getIdentity

src/dialogs/ContactAddDialog.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 QString ContactAddDialog::getIdentity() const {
25 return m_ui->edtIdentity->text().toUpper();
26 }
27
28 QString ContactAddDialog::getNickname() const {
29 return m_ui->edtNickname->text();

Callers 1

menuContactAddOnClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected