MCPcopy Create free account
hub / github.com/cc20110101/RedisView / setEncode

Method setEncode

src/RedisView/AppView/DataView.cpp:698–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698void DataView::setEncode(const QByteArray &encode) {
699 _encodLineEdit->setText(QString(encode));
700}
701
702void DataView::setRefcount(const qlonglong &count) {
703 _refcountLineEdit->setText(QString::number(count));

Callers 1

treeClickedMethod · 0.45

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected