aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/layout/mlayout_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/layout/mlayout_p.h')
-rw-r--r--src/corelib/layout/mlayout_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/layout/mlayout_p.h b/src/corelib/layout/mlayout_p.h
index ea191389..04e325d8 100644
--- a/src/corelib/layout/mlayout_p.h
+++ b/src/corelib/layout/mlayout_p.h
@@ -102,7 +102,7 @@ public:
/** This is called when the widget's orientation has changed (probably because the device has been rotated) */
void setOrientation(M::Orientation orientation);
/** Check the closest parent widget's scene to find out what orientation we are in */
- void recheckOrientation();
+ void recheckOrientation(bool fallbackToActiveWindow = true);
/** Return the current orientation of the layout */
M::Orientation orientation() const;