mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-30 20:24:00 +02:00
8 lines
No EOL
210 B
QML
8 lines
No EOL
210 B
QML
import QtQuick 2.0
|
|
import controlsUit 1.0
|
|
|
|
CheckBoxQQC2 {
|
|
Component.onCompleted: {
|
|
console.warn("warning: including controls-uit is deprecated! please use 'import controlsUit 1.0' instead");
|
|
}
|
|
} |