MCPcopy Create free account
hub / github.com/ElementsProject/elements / getDisplayName

Method getDisplayName

src/qt/walletmodel.cpp:626–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626QString WalletModel::getDisplayName() const
627{
628 const QString name = getWalletName();
629 return name.isEmpty() ? "["+tr("default wallet")+"]" : name;
630}
631
632bool WalletModel::isMultiwallet()
633{

Callers 4

addWalletMethod · 0.80
updateWindowTitleMethod · 0.80
addWalletMethod · 0.80
closeWalletMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected