mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -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. */
|
/** @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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue