mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update files of project
This commit is contained in:
parent
5e252d0ff9
commit
298c277ac7
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user