mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-06 19:53:36 +00:00
8 lines
85 B
QML
8 lines
85 B
QML
pragma Singleton
|
|
|
|
import QtQuick 2.14
|
|
|
|
QtObject {
|
|
property var userProfileInst
|
|
}
|