Add "Example" surface gallery import statements

Fixes SurfaceOscilloscope import error

related to commit 96578b3b00

Fixes: QTBUG-138470
Pick-to: 6.10 6.9 6.8
Change-Id: I9201afdd85e57ef4fdaef0d721d124a9a79edc68
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
This commit is contained in:
Sakaria Pouke 2025-07-14 14:10:19 +03:00
parent fcd5ccf73a
commit 9e9d419277
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