Skip to content
Snippets Groups Projects
Commit 306c4280 authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Sébastien Blin
Browse files

misc: fix log warning

Change-Id: I943bf58612dc7e6f95fab064c3cd18afda60d9f2
parent c0a5ced0
No related branches found
No related tags found
No related merge requests found
...@@ -239,7 +239,7 @@ ListSelectionView { ...@@ -239,7 +239,7 @@ ListSelectionView {
Connections { Connections {
target: CurrentAccount target: CurrentAccount
onIdChanged: { function onIdChanged() {
//Making sure the tips are refreshed when changing user //Making sure the tips are refreshed when changing user
loader_tipsRow.active = false; loader_tipsRow.active = false;
loader_tipsRow.active = Qt.binding(function () { loader_tipsRow.active = Qt.binding(function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment