Add QVector<Definition> Definition::includedDefinitions() const
ClosedPublic

Authored by dhaumann on Jul 29 2018, 6:46 PM.

Details

Summary

This function returns a list of all Definition that are reference
by IncludeRules. The returned list also contains the own Definition
as first entry.

Test Plan

make && make test

Diff Detail

Repository
R216 Syntax Highlighting
Branch
addIncludedDefinitions (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 1339
Build 1357: arc lint + arc unit
dhaumann created this revision.Jul 29 2018, 6:46 PM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptJul 29 2018, 6:46 PM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
dhaumann requested review of this revision.Jul 29 2018, 6:46 PM
dhaumann updated this revision to Diff 38723.Jul 29 2018, 6:47 PM
  • Add @since tag
vkrause accepted this revision.Jul 30 2018, 7:07 AM
This revision is now accepted and ready to land.Jul 30 2018, 7:07 AM
This revision was automatically updated to reflect the committed changes.