mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Fix build
This commit is contained in:
parent
3683cce169
commit
557e5906fd
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ void PrintingSelector::getAllSetsForCurrentCard()
|
|||
// Defer widget creation
|
||||
currentIndex = 0;
|
||||
|
||||
connect(widgetLoadingBufferTimer, &QTimer::timeout, this, [=]() mutable {
|
||||
connect(widgetLoadingBufferTimer, &QTimer::timeout, this, [=, this]() mutable {
|
||||
for (int i = 0; i < BATCH_SIZE && currentIndex < setsToUse.size(); ++i, ++currentIndex) {
|
||||
auto *cardDisplayWidget = new PrintingSelectorCardDisplayWidget(this, deckEditor, deckModel, deckView,
|
||||
cardSizeWidget->getSlider(), selectedCard,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue