mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-02 08:57:53 -07:00
Removed comment
+ removed getters and setters comment
This commit is contained in:
@@ -133,9 +133,6 @@ public:
|
||||
*/
|
||||
void resizeToContents();
|
||||
|
||||
//**************************************************************************
|
||||
// GETTERS AND SETTERS
|
||||
//**************************************************************************
|
||||
int getMinimumWidth() const { return currentMinimumWidth; }
|
||||
void setWidth(qreal _width){ prepareGeometryChange(); width = _width;};
|
||||
qreal getWidth() const { return width; }
|
||||
|
||||
Reference in New Issue
Block a user