Skip to content

Commit

Permalink
[qml] refs#295 Remove commented timer
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Feb 11, 2020
1 parent 5f75ed5 commit 8c02d53
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/ui/Outputs.qml
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,6 @@ Page {
id: modelWallets
}

// property Timer timer: Timer {
// id: addressModelTimer
// interval: 10000
// repeat: true
// running: true
// onTriggered: {
// modelWallets.loadModel()
// }
// }

BusyIndicator {
id: busyIndicator

Expand Down

0 comments on commit 8c02d53

Please sign in to comment.