mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-03 12:01:09 +02:00
8 lines
210 B
QML
8 lines
210 B
QML
import QtQuick 2.0
|
|
import stylesUit 1.0
|
|
|
|
FiraSansRegular {
|
|
Component.onCompleted: {
|
|
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
|
|
}
|
|
}
|