Remove a Qt warning from demos [ci skip]
This commit is contained in:
parent
68062432ed
commit
5a2bffe590
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ void DemoApp::initWindow()
|
||||||
grpMode->setExclusive(true);
|
grpMode->setExclusive(true);
|
||||||
|
|
||||||
connect(
|
connect(
|
||||||
grpMode, QOverload<int, bool>::of(&QButtonGroup::buttonToggled), this,
|
grpMode, &QButtonGroup::idToggled, this,
|
||||||
[this](int id, bool toggled) {
|
[this](int id, bool toggled) {
|
||||||
if (toggled)
|
if (toggled)
|
||||||
valueChangedFilterMode(id);
|
valueChangedFilterMode(id);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue