diff options
Diffstat (limited to 'src/controls/ScrollView.qml')
-rw-r--r-- | src/controls/ScrollView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/ScrollView.qml b/src/controls/ScrollView.qml index 183991acf..5dd2f5cf2 100644 --- a/src/controls/ScrollView.qml +++ b/src/controls/ScrollView.qml @@ -48,6 +48,7 @@ import QtQuick.Controls.Styles 1.1 \since 5.1 \ingroup views \ingroup controls + \inherits QtQuick::FocusScope \brief Provides a scrolling view within another Item. \image scrollview.png |