qtquick: Fix custom titlebar example

qrc path was wrong
This commit is contained in:
Sergio Martins
2022-06-13 22:45:34 +01:00
parent 4615936f9e
commit 169d2fe8e2

View File

@@ -11,8 +11,8 @@
import QtQuick 2.6
// Will be moved to a plugin in the future
import "qrc:/kddockwidgets/private/quick/qml/" as KDDW
// Will be moved to a plugin in the future, if there's enough demand
import "qrc:/kddockwidgets/qtquick/views/qml/" as KDDW
KDDW.TitleBarBase {
id: root