diff options
author | Sebastian Geerken <devnull@localhost> | 2016-06-18 12:57:45 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-06-18 12:57:45 +0200 |
commit | 3c968cc06f7a1a4b314a1eb1c46556fdbdc5e584 (patch) | |
tree | e44d33eb2532bd580806c2f0f844e6de7f7c9b41 /dw/oofawarewidget.hh | |
parent | 5216fc855eb8f8b9a4f8c76e1cc05c70bca899e1 (diff) |
Documentation and comments on Jorge's patch.
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index e49cce14..8d18675e 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -249,7 +249,8 @@ public: core::DrawingContext *context); /** - * ... + * Update content in flow, down from `ref`. Uses e. g. when floats sizes have + * changed. */ virtual void updateReference (int ref); |