diff options
author | Sebastian Geerken <devnull@localhost> | 2016-01-01 14:54:31 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-01-01 14:54:31 +0100 |
commit | bf6aeb8e54aac0b5aec39de544ec41f3a59daddf (patch) | |
tree | c07ab632acc86a71bed08fe3d29b088a33277e2b /dw/widget.hh | |
parent | 21b11e2ef463d13f5ce1002a5ba2575c2cac3606 (diff) |
SRDOP: Consider references and positions in Widget::sizeRequest.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index d21b2697..06c19e28 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -136,6 +136,7 @@ private: * Do not read this directly, but call size_request(). */ Requisition requisition; + SizeParams requisitionParams; /** * \brief Analogue to dw::core::Widget::requisition. |