Fix merge bug 3

This commit is contained in:
Krad
2021-12-08 10:52:38 +08:00
parent 7d0d6600e6
commit fb6a46cc45
8 changed files with 36 additions and 36 deletions

View File

@@ -30,6 +30,6 @@ QString SelectDialog::getSelectedValue() {
return box->getSelectedValue();
}
void SelectDialog::setSelectedValue(QString & val) {
void SelectDialog::setSelectedValue(const QString & val) {
box->setSelectedValue(val);
}