Refactor things into more sensible folders.

This commit is contained in:
Lukas Brübach 2025-04-17 23:47:42 +02:00
parent ca538399f6
commit 375869f873
35 changed files with 382 additions and 218 deletions

View file

@ -333,7 +333,7 @@ void TabEdhRecMain::processCommanderResponse(QJsonObject reply)
currentPageLayout = new QVBoxLayout(currentPageDisplay);
currentPageDisplay->setLayout(currentPageLayout);
auto display = new EdhrecCommanderApiResponseDisplayWidget(currentPageDisplay, deckData);
auto display = new EdhrecCommanderApiResponseDisplayWidget(currentPageDisplay, deckData, QUrl(""));
currentPageLayout->addWidget(display);
mainLayout->addWidget(currentPageDisplay);