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

Method setKey

src/RedisView/AppView/DataView.cpp:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void DataView::setKey(const QString &key) {
633 _key = key;
634 _keyLineEdit->setText(key);
635}
636
637QString DataView::getKey() {
638 return _key;

Callers 2

alterMethod · 0.45
treeClickedMethod · 0.45

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected