mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-03 23:43:49 +02:00
8 lines
214 B
QML
8 lines
214 B
QML
import QtQuick 2.0
|
|
import stylesUit 1.0
|
|
|
|
AnonymousProRegular {
|
|
Component.onCompleted: {
|
|
console.warn("warning: including controls-uit is deprecated! please use 'import stylesUit 1.0' instead");
|
|
}
|
|
}
|