Add "Example" surface gallery import statements

Fixes SurfaceOscilloscope import error

related to commit 96578b3b00

Fixes: QTBUG-138470
Pick-to: 6.8
Change-Id: I9201afdd85e57ef4fdaef0d721d124a9a79edc68
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit 9e9d419277)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit c5e2d791ea)
This commit is contained in:
Sakaria Pouke 2025-07-14 14:10:19 +03:00 committed by Qt Cherry-pick Bot
parent 12491a0039
commit ebbcc7a86e
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import QtQuick
import QtQuick.Controls.Basic
import QtGraphs
//! [0]
import SurfaceGallery
import SurfaceGalleryExample
//! [0]
Item {

View File

@ -3,7 +3,7 @@
}
CONFIG += qmltypes
QML_IMPORT_NAME = SurfaceGallery
QML_IMPORT_NAME = SurfaceGalleryExample
QML_IMPORT_MAJOR_VERSION = 1
QT += graphs