MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / getChoice

Method getChoice

src/listdialog.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48QString ListDialog::getChoice() const
49{
50 if (ui->choiceList->selectedItems().length()) {
51 return ui->choiceList->currentItem()->text();
52 } else {
53 return "";
54 }
55}
56
57void ListDialog::on_filterEdit_textChanged(QString filter)
58{

Callers 2

sendModsToSeparatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected