diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-14 21:43:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-14 21:43:42 +0300 |
commit | 916a53ec6e9eda8711ae7c2e9296463728370751 (patch) | |
tree | ad4288b80344f4535b7101515ce4da3d51ac3766 /src/gui/widgets/layouthelper.h | |
parent | da267acc2fd56ec20a52a87c76d1abeeb7a5376d (diff) | |
download | plus-916a53ec6e9eda8711ae7c2e9296463728370751.tar.gz plus-916a53ec6e9eda8711ae7c2e9296463728370751.tar.bz2 plus-916a53ec6e9eda8711ae7c2e9296463728370751.tar.xz plus-916a53ec6e9eda8711ae7c2e9296463728370751.zip |
Move containerplacer into separate file.
Diffstat (limited to 'src/gui/widgets/layouthelper.h')
-rw-r--r-- | src/gui/widgets/layouthelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/layouthelper.h b/src/gui/widgets/layouthelper.h index 78e34f419..1877e1940 100644 --- a/src/gui/widgets/layouthelper.h +++ b/src/gui/widgets/layouthelper.h @@ -27,6 +27,8 @@ #include "listeners/widgetlistener.h" +class ContainerPlacer; + /** * A helper class for adding a layout to a Guichan container widget. The layout * will register itself as a widget listener and relayout the widgets in the |