Written by marcelpetrick
on February 18, 2020
Use this regular expression
1 |
[\/][q]\w+[\.][h][>] |
to check for includes of the format
1 2 3 |
#include <QtCore/qdir.h> // hit #include <QtCore/QDir> // no hit #include <QtCore/QDir.h> // no hit |
Test it here with regex101.com.