8 lines
102 B
QML
8 lines
102 B
QML
|
import QtQml
|
||
|
|
||
|
/*!
|
||
|
Keep general application related stated used by custom controls
|
||
|
*/
|
||
|
QtObject {
|
||
|
}
|