mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Lint.
This commit is contained in:
parent
47aaad275a
commit
88fca5d308
1 changed files with 5 additions and 5 deletions
|
|
@ -46,11 +46,11 @@ public:
|
||||||
*/
|
*/
|
||||||
void setPreviewWidth(int width);
|
void setPreviewWidth(int width);
|
||||||
|
|
||||||
QLabel *imageLabel; ///< QLabel to display the deck image
|
QLabel *imageLabel; ///< QLabel to display the deck image
|
||||||
ShadowBackgroundLabel *topLeftLabel; ///< Overlay label at top-left (deck name)
|
ShadowBackgroundLabel *topLeftLabel; ///< Overlay label at top-left (deck name)
|
||||||
ShadowBackgroundLabel *topRightLabel; ///< Overlay label at top-right (card count)
|
ShadowBackgroundLabel *topRightLabel; ///< Overlay label at top-right (card count)
|
||||||
ShadowBackgroundLabel *bottomLeftLabel; ///< Overlay label at bottom-left (EDH bracket)
|
ShadowBackgroundLabel *bottomLeftLabel; ///< Overlay label at bottom-left (EDH bracket)
|
||||||
ShadowBackgroundLabel *bottomRightLabel; ///< Overlay label at bottom-right (views)
|
ShadowBackgroundLabel *bottomRightLabel; ///< Overlay label at bottom-right (views)
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue