mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
leave some documentation on Zone classes (#5199)
* leave some documentation on Zone classes * small refactor * undo functional change from refactor and clean up comments * move variables into if block
This commit is contained in:
parent
c6bfc8b8ea
commit
24b5dab456
10 changed files with 69 additions and 12 deletions
|
|
@ -31,6 +31,12 @@ public slots:
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* A QGraphicsWidget that holds a ZoneViewZone.
|
||||
*
|
||||
* Some zone views allow sorting.
|
||||
* This widget will display the sort options when relevant, and forward the values of the options to the ZoneViewZone.
|
||||
*/
|
||||
class ZoneViewWidget : public QGraphicsWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue