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

Method setType

src/RedisView/AppView/KeyDialog.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void KeyDialog::setType(const QString &strType)
128{
129 _strType = strType;
130}
131
132void KeyDialog::onOK() {
133 _strKey = _editKey->text().trimmed();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected