Disable QT keywords to avoid clashes with other libraries. (#5882)
This commit is contained in:
@@ -36,7 +36,7 @@ void SettingsDialogTab::setSelected(bool _selected)
|
||||
// height: <checkbox-size>px;
|
||||
|
||||
this->selected_ = _selected;
|
||||
emit selectedChanged(selected_);
|
||||
selectedChanged(selected_);
|
||||
}
|
||||
|
||||
SettingsPage *SettingsDialogTab::page()
|
||||
|
||||
Reference in New Issue
Block a user