- 
    
Bug
 - 
    Resolution: Done
 - 
    
  Not Evaluated                     
     - 
    5.1.0
 - 
    None
 
- 
        8a96679493bcb5e508cf438d6d6f18d0db7a43cc
 
We compile globally with QT_NO_KEYWORDS, this prevents us from using MEMBER with NOTIFY. moc generates:
if (actions_ != *reinterpret_cast< QObject**>(_v)) {
  actions_ = *reinterpret_cast< QObject**>(_v);
  emit actionsChanged();
}