mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
update docs
This commit is contained in:
parent
bb084a18ec
commit
4899383057
2 changed files with 3 additions and 3 deletions
|
|
@ -108,7 +108,7 @@ public:
|
|||
* - Provide hashing for deck identity (deck hash).
|
||||
*
|
||||
* ### Ownership:
|
||||
* - Owns the root `InnerDecklistNode` tree.
|
||||
* - Owns the `DecklistNodeTree`.
|
||||
* - Owns `SideboardPlan` instances stored in `sideboardPlans`.
|
||||
*
|
||||
* ### Example workflow:
|
||||
|
|
|
|||
|
|
@ -202,7 +202,7 @@ public:
|
|||
* affects its hash.
|
||||
*
|
||||
* Slots:
|
||||
* - rebuildTree(): rebuilds the model structure from the underlying DeckLoader.
|
||||
* - rebuildTree(): rebuilds the model structure from the underlying node tree.
|
||||
*/
|
||||
class DeckListModel : public QAbstractItemModel
|
||||
{
|
||||
|
|
@ -210,7 +210,7 @@ class DeckListModel : public QAbstractItemModel
|
|||
|
||||
public slots:
|
||||
/**
|
||||
* @brief Rebuilds the model tree from the underlying DeckLoader.
|
||||
* @brief Rebuilds the model tree from the underlying node tree.
|
||||
*
|
||||
* This updates all indices and ensures the model reflects the current
|
||||
* state of the deck.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue