Skip to content

Commit

Permalink
[release][qml] refs#344 Update qml imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Mar 9, 2020
1 parent 0579b0c commit 97495ff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/ui/Delegates/AddressListDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import QtQuick.Controls.Material 2.12
import QtQuick.Layouts 1.12

// Resource imports
// import "qrc:/ui/src/ui/"
// import "qrc:/ui/src/ui/Controls"
// import "qrc:/ui/src/ui"
import "../" // For quick UI development, switch back to resources when making a release
Expand Down
1 change: 1 addition & 0 deletions src/ui/Delegates/ContactDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import QtQuick.Layouts 1.12
import QtQuick.Controls 2.12
import QtQuick.Controls.Material 2.12
import "../Dialogs"
// import "qrc:/ui/src/ui/Dialogs"

ItemDelegate {
id: contactDelegate
Expand Down
3 changes: 0 additions & 3 deletions src/ui/HistoryFilterList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import WalletsManager 1.0
// import "qrc:/ui/src/ui/Delegates"
import "Delegates/" // For quick UI development, switch back to resources when making a release




ScrollView {
id: historyFilterDelegate
signal loadWallets()
Expand Down

0 comments on commit 97495ff

Please sign in to comment.