chore: update files of project

This commit is contained in:
x-tools-author 2024-03-27 22:30:31 +08:00
parent 5e252d0ff9
commit 298c277ac7

View File

@ -15,7 +15,7 @@
xToolsComboBox::xToolsComboBox(QWidget* parent)
: QComboBox(parent)
{
connect(this, &xToolsComboBox::activated, this, &xToolsComboBox::writeToSettingsFile);
connect(this, &xToolsComboBox::currentTextChanged, this, &xToolsComboBox::writeToSettingsFile);
}
void xToolsComboBox::setCurrentIndexFromData(const QVariant& data)