Commit 332d69a1 authored by Matt Lowe's avatar Matt Lowe
Browse files

Removed comment

+ removed getters and setters comment
parent 41478800
......@@ -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; }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment