mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Fix comments.
This commit is contained in:
parent
0a811ffcfb
commit
445ffe16e9
2 changed files with 1 additions and 5 deletions
|
|
@ -163,9 +163,7 @@ void TabEdhRecMain::setCard(CardInfoPtr _cardToQuery, bool isCommander)
|
|||
|
||||
void TabEdhRecMain::actNavigatePage(QString url)
|
||||
{
|
||||
auto finalUrl = QUrl("https://json.edhrec.com/pages" + url + ".json");
|
||||
qInfo() << "Requested:" << finalUrl;
|
||||
QNetworkRequest request{finalUrl};
|
||||
QNetworkRequest request{QUrl("https://json.edhrec.com/pages" + url + ".json");};
|
||||
|
||||
networkManager->get(request);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,5 @@ void TabDeckStorageVisual::actOpenLocalDeck(const QString &filePath)
|
|||
return;
|
||||
}
|
||||
|
||||
DeckLoader lol;
|
||||
|
||||
emit openDeckEditor(&deckLoader);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue