mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-10 20:33:58 -07:00
Overload.
This commit is contained in:
parent
ea6fbd09f4
commit
c3ffa35f62
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ TabArchidekt::TabArchidekt(TabSupervisor *_tabSupervisor) : Tab(_tabSupervisor)
|
|||
pageSpin->setRange(1, 9999);
|
||||
pageSpin->setValue(1);
|
||||
|
||||
connect(pageSpin, &QSpinBox::valueChanged, this, &TabArchidekt::doSearch);
|
||||
connect(pageSpin, QOverload<int>::of(&QSpinBox::valueChanged), this, &TabArchidekt::doSearch);
|
||||
|
||||
// Page display
|
||||
currentPageDisplay = new QWidget(container);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue