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

Method getText

src/RedisView/AppView/InputDialog.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26QString InputDialog::getText() {
27 return ui->_inputTextEdit->document()->toPlainText().trimmed();
28}
29
30QList<QString> InputDialog::getTextList() {
31 return _textList;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected