Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ ~InputDialog
Method
~InputDialog
src/RedisView/AppView/InputDialog.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
InputDialog::~InputDialog()
22
{
23
delete ui;
24
}
25
26
QString InputDialog::getText() {
27
return ui->_inputTextEdit->document()->toPlainText().trimmed();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected