update docs

This commit is contained in:
RickyRister 2026-06-03 09:50:10 -07:00
parent aa174d1942
commit 26319d69a6

View file

@ -182,7 +182,11 @@ public slots:
/** @brief Shows the printing selector dock and updates it with the current card. */ /** @brief Shows the printing selector dock and updates it with the current card. */
void showPrintingSelector(); void showPrintingSelector();
/** @brief Opens the edhrec tab with the following values */ /**
* @brief Opens an EDHRec tab for the given card
* @param info The card
* @param isCommander The type of search
*/
void openEdhrecTab(const CardInfoPtr &info, bool isCommander); void openEdhrecTab(const CardInfoPtr &info, bool isCommander);
signals: signals: