triage: fix version match for 2.1
This commit is contained in:
parent
4dd85cfbe0
commit
8a90e55ece
|
@ -20,7 +20,7 @@ const int MAX_ERRORS = 100;
|
|||
MainWindow::MainWindow(QWidget *parent) :
|
||||
QMainWindow(parent),
|
||||
ui(new Ui::MainWindow),
|
||||
mVersionRe("^(master|main|your|head|1.[0-9][0-9]) (.*)"),
|
||||
mVersionRe("^(master|main|your|head|[12].[0-9][0-9]?) (.*)"),
|
||||
hFiles{"*.hpp", "*.h", "*.hxx", "*.hh", "*.tpp", "*.txx"},
|
||||
srcFiles{"*.cpp", "*.cxx", "*.cc", "*.c++", "*.C", "*.c", "*.cl"}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue