chore: make all the regexes static const (#3647)

This commit is contained in:
Alexandru Ionut Tripon
2025-04-29 00:33:49 +03:00
committed by GitHub
37 changed files with 87 additions and 84 deletions

View File

@ -41,7 +41,6 @@
#include <QCoreApplication>
#include <QDebug>
#include <QDir>
#include <QRegularExpression>
#include <QStandardPaths>
#include <variant>
#include "MessageLevel.h"