Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
332d69a1
Commit
332d69a1
authored
Nov 03, 2014
by
Matt Lowe
Browse files
Removed comment
+ removed getters and setters comment
parent
41478800
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tablezone.h
View file @
332d69a1
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment