Removed comment

+ removed getters and setters comment
This commit is contained in:
Matt Lowe 2014-11-03 17:19:12 +01:00
parent 41478800ef
commit 332d69a1a5

View file

@ -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; }