summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qlayout.h')
-rw-r--r--src/gui/kernel/qlayout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qlayout.h b/src/gui/kernel/qlayout.h
index d4a79d98d2..09f0e336d8 100644
--- a/src/gui/kernel/qlayout.h
+++ b/src/gui/kernel/qlayout.h
@@ -189,6 +189,7 @@ protected:
void childEvent(QChildEvent *e);
void addChildLayout(QLayout *l);
void addChildWidget(QWidget *w);
+ bool adoptLayout(QLayout *layout);
#ifdef QT3_SUPPORT
QT3_SUPPORT void deleteAllItems();
#endif