diff options
| author | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-09 20:31:14 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-09 20:31:14 +0800 |
| commit | d9e050dc8a74f45d43c84436ba8c2146d32b583a (patch) | |
| tree | 63d2026220f78cbc72362ae820b8990e73efa753 /ChatGroup.ui.qml | |
| parent | 6114dd5acbffd3ee3fc66b4e5da77030977a7f56 (diff) | |
Update the project & QML files to be Qt6 compatible
Diffstat (limited to 'ChatGroup.ui.qml')
| -rw-r--r-- | ChatGroup.ui.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ChatGroup.ui.qml b/ChatGroup.ui.qml index d8160b9..013a06c 100644 --- a/ChatGroup.ui.qml +++ b/ChatGroup.ui.qml @@ -1,7 +1,7 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.15 -import QtGraphicalEffects 1.15 +import QtQuick +import QtQuick.Controls +import QtQuick.Layouts +import Qt5Compat.GraphicalEffects Page { property string titleText: qsTr("Bootstrap Community") |