Skip to content
Snippets Groups Projects
Commit 7ac8ea70 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

qml/NetworkBrowseDisplay: don't use 'variant' as data type in signal

parent 608829ed
No related branches found
No related tags found
1 merge request!598qml: minor fixes to NetworkBrowseDisplay
......@@ -47,7 +47,7 @@ FocusScope {
property alias _currentView: view.currentItem
signal browse(variant tree, int reason)
signal browse(var tree, int reason)
onTreeChanged: providerModel.tree = tree
......
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