- 
     Technical task Technical task
- 
    Resolution: Fixed
- 
    P2: Important 
- 
    None
qmlls cannot find group properties i.e
function fff()  {    
   t.font.family = "mono";
}
Text {
    id:t 
    font.family: "serif";
} 
Also consider the cases when immediate properties in action (you find the name in scope but the enclosing type doesnt own that property)
- depends on
- 
                    QTBUG-117380 qmldom: attached/grouped property names as string -         
- Closed
 
-