steveire / grantlee

Libraries for text templating with Qt
Other
141 stars 50 forks source link

Support enum introspection on Q_GADGET #62

Closed buschmann23 closed 3 years ago

buschmann23 commented 4 years ago

Now as we have support for Q_GADGET properties, we should also have support for enum introspection on Q_GADGET classes.

codecov-io commented 4 years ago

Codecov Report

Merging #62 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   89.06%   89.14%   +0.07%     
==========================================
  Files         158      158              
  Lines       11275    11358      +83     
==========================================
+ Hits        10042    10125      +83     
  Misses       1233     1233
Impacted Files Coverage Δ
templates/lib/metatype.cpp 100% <100%> (ø) :arrow_up:
templates/tests/testbuiltins.cpp 99.49% <100%> (+0.02%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b6454a9...d2d12da. Read the comment docs.

steveire commented 3 years ago

Merged, thanks!