MCPcopy Create free account
hub / github.com/DSVVA/MHY_Scanner / updateNote

Method updateNote

src/UI/WindowMain.cpp:670–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670void WindowMain::updateNote(QTableWidgetItem* item)
671{
672 QString text = item->text();
673 userinfo["account"][item->row()]["note"] = text.toStdString();
674 m_config->updateConfig(userinfo.dump());
675}
676
677void WindowMain::copyEntireRow(int row)
678{

Callers

nothing calls this directly

Calls 1

updateConfigMethod · 0.80

Tested by

no test coverage detected