Skip to content

Instantly share code, notes, and snippets.

@MarcvdSluys
Created May 13, 2018 08:55
Show Gist options
  • Save MarcvdSluys/22695e2d8bb33d1a25cd1ccd21492e37 to your computer and use it in GitHub Desktop.
Save MarcvdSluys/22695e2d8bb33d1a25cd1ccd21492e37 to your computer and use it in GitHub Desktop.
Qt cpp class for ack
# Define Qt class: match files *.cpp, except moc_*.cpp, *.h except ui_*.h, and *.ui:
--type-set=qt:match:/^(?!moc_).*\.cpp$/
--type-add=qt:match:/^(?!ui_).*\.h$/
--type-add=qt:match:/.*\.ui$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment