mirror of
https://github.com/QRouland/UTPass.git
synced 2025-02-11 15:07:16 +00:00
8 lines
118 B
QML
8 lines
118 B
QML
import Qt.labs.settings 1.0
|
|
pragma Singleton
|
|
|
|
Settings {
|
|
property int type: 0
|
|
property string repoUrl: null
|
|
}
|