MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / setAddress

Method setAddress

example/mainwindow.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void MainWindow::setAddress(qint64 address)
175{
176 lbAddress->setText(QString("%1").arg(address, 1, 16));
177}
178
179void MainWindow::setOverwriteMode(bool mode)
180{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected