summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qstackedlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qstackedlayout.h')
-rw-r--r--src/gui/kernel/qstackedlayout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qstackedlayout.h b/src/gui/kernel/qstackedlayout.h
index c069149..842b62b 100644
--- a/src/gui/kernel/qstackedlayout.h
+++ b/src/gui/kernel/qstackedlayout.h
@@ -95,6 +95,8 @@ public:
QLayoutItem *itemAt(int) const;
QLayoutItem *takeAt(int);
void setGeometry(const QRect &rect);
+ bool hasHeightForWidth() const;
+ int heightForWidth(int width) const;
Q_SIGNALS:
void widgetRemoved(int index);