1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-06-29 16:52:29 +00:00

Add style command && applied new style format to existing code && setup tests plugins

This commit is contained in:
2019-03-21 11:22:12 +01:00
parent aa4018c680
commit 7dc320f8ce
30 changed files with 355 additions and 267 deletions

View File

@ -2,5 +2,4 @@ pragma Singleton
import QtQuick 2.4
Item {
}

5
qml/models/Passtore.qml Normal file
View File

@ -0,0 +1,5 @@
pragma Singleton
import QtQuick 2.4
Item {
}