mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
update docs
This commit is contained in:
parent
aa174d1942
commit
26319d69a6
1 changed files with 5 additions and 1 deletions
|
|
@ -182,7 +182,11 @@ public slots:
|
|||
/** @brief Shows the printing selector dock and updates it with the current card. */
|
||||
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);
|
||||
|
||||
signals:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue