mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-24 12:38:57 +00:00
8 lines
102 B
QML
8 lines
102 B
QML
|
import QtQml
|
||
|
|
||
|
/*!
|
||
|
Keep general application related stated used by custom controls
|
||
|
*/
|
||
|
QtObject {
|
||
|
}
|