Fix doxygen style
Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D26827
This commit is contained in:
parent
f57470d1fd
commit
4979afbf7c
1 changed files with 4 additions and 1 deletions
|
@ -634,7 +634,10 @@ public:
|
|||
virtual QSize maxSize() const;
|
||||
virtual void setFrameGeometry(int x, int y, int w, int h, ForceGeometry_t force = NormalGeometrySet) = 0;
|
||||
void setFrameGeometry(const QRect &rect, ForceGeometry_t force = NormalGeometrySet);
|
||||
/// How to resize the window in order to obey constains (mainly aspect ratios)
|
||||
|
||||
/**
|
||||
* How to resize the window in order to obey constraints (mainly aspect ratios).
|
||||
*/
|
||||
enum SizeMode {
|
||||
SizeModeAny,
|
||||
SizeModeFixedW, ///< Try not to affect width
|
||||
|
|
Loading…
Reference in a new issue