mirror of
https://github.com/QRouland/UTPass.git
synced 2025-06-24 22:42:28 +00:00
Save last git clone settings (urls,types)
This commit is contained in:
7
qml/settings/GitSettings.qml
Normal file
7
qml/settings/GitSettings.qml
Normal file
@ -0,0 +1,7 @@
|
||||
import Qt.labs.settings 1.0
|
||||
pragma Singleton
|
||||
|
||||
Settings {
|
||||
property int type: 0
|
||||
property string repoUrl: null
|
||||
}
|
2
qml/settings/qmldir
Normal file
2
qml/settings/qmldir
Normal file
@ -0,0 +1,2 @@
|
||||
module settings
|
||||
singleton GitSettings 1.0 GitSettings.qml
|
Reference in New Issue
Block a user