Forward declare QtDBus classes
ClosedPublic

Authored by jriddell on Sep 14 2018, 12:09 PM.

Details

Reviewers
yurchor
sitter
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Commits
R548:76e457b0d506: Forward declare QtDBus classes
Summary

Forward declare QtDBus classes as we do not want to publically link to the library

Diff Detail

Repository
R548 QAPT Library
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jriddell created this revision.Sep 14 2018, 12:09 PM
Owners added a reviewer: Restricted Owners Package.Sep 14 2018, 12:09 PM
jriddell requested review of this revision.Sep 14 2018, 12:09 PM
yurchor accepted this revision.Sep 14 2018, 12:59 PM
This revision is now accepted and ready to land.Sep 14 2018, 12:59 PM
sitter requested changes to this revision.Sep 14 2018, 1:42 PM

That is wrong.

QDBusVariant needs to be forward declared in the header and included in the cpp. There is no public dependency on qtdbus.

This revision now requires changes to proceed.Sep 14 2018, 1:42 PM
jriddell updated this revision to Diff 41892.Sep 18 2018, 11:04 AM

Forward declaire QtDBus classes

jriddell updated this revision to Diff 41893.Sep 18 2018, 11:07 AM
  • Forward declaire QtDBus classes as we do not want to publically link to the library
jriddell updated this revision to Diff 41894.Sep 18 2018, 11:08 AM
  • Forward declaire QtDBus classes as we do not want to publically link to the library
sitter accepted this revision.Sep 18 2018, 11:12 AM
sitter retitled this revision from Revert "Revert "fix includes so it can find QDBus"" to Forward declare QtDBus classes.
sitter edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Sep 18 2018, 11:13 AM
This revision was automatically updated to reflect the committed changes.