Closed sierdzio closed 6 years ago
When run with -q or --quick, ibs should only parse .h files up to Q_OBJECT (or gadget) macro, or (if none found) up to first private/protected/public declaration. In .cpp files, parsing should stop at first "real" code like a function definition.
Plus other optimisations you may find, of course.
When run with -q or --quick, ibs should only parse .h files up to Q_OBJECT (or gadget) macro, or (if none found) up to first private/protected/public declaration. In .cpp files, parsing should stop at first "real" code like a function definition.
Plus other optimisations you may find, of course.