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

Method getTextList

src/RedisView/AppView/InputDialog.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30QList<QString> InputDialog::getTextList() {
31 return _textList;
32}
33
34void InputDialog::setTip(const QString & info) {
35 ui->_inputTextEdit->setPlaceholderText(info);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected