Fix generated emit() function and remove unknown lint
Needs ReviewPublic

Authored by angelsim on Apr 7 2020, 11:30 PM.

Details

Reviewers
vandenoever
Summary

This patch changes two things with the auto-generated implementation code:

  • Fixes an issue with the emit() function not returning a mutable reference
  • Removes an unknown lint (which wasn't being used as a result)
Test Plan

Generate bindings for a template e.g. qt_quick.

Diff Detail

Repository
R881 Rust Qt Binding Generator
Lint
Lint Skipped
Unit
Unit Tests Skipped
angelsim requested review of this revision.Apr 7 2020, 11:30 PM
angelsim created this revision.
angelsim added a reviewer: vandenoever.