Removed comment
+ removed getters and setters comment
This commit is contained in:
parent
41478800ef
commit
332d69a1a5
1 changed files with 0 additions and 3 deletions
|
@ -133,9 +133,6 @@ public:
|
||||||
*/
|
*/
|
||||||
void resizeToContents();
|
void resizeToContents();
|
||||||
|
|
||||||
//**************************************************************************
|
|
||||||
// GETTERS AND SETTERS
|
|
||||||
//**************************************************************************
|
|
||||||
int getMinimumWidth() const { return currentMinimumWidth; }
|
int getMinimumWidth() const { return currentMinimumWidth; }
|
||||||
void setWidth(qreal _width){ prepareGeometryChange(); width = _width;};
|
void setWidth(qreal _width){ prepareGeometryChange(); width = _width;};
|
||||||
qreal getWidth() const { return width; }
|
qreal getWidth() const { return width; }
|
||||||
|
|
Loading…
Reference in a new issue