qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Macros
textformatter.cpp File Reference
#include "textformatter.h"
#include <QRegularExpression>
#include <QVector>
Include dependency graph for textformatter.cpp:

Go to the source code of this file.

Macros

#define REGEXP_WRAPPER_PAIR(pattern, wrapper)   {QRegularExpression(pattern,QRegularExpression::UseUnicodePropertiesOption),QStringLiteral(wrapper)}
 

Macro Definition Documentation

◆ REGEXP_WRAPPER_PAIR

#define REGEXP_WRAPPER_PAIR (   pattern,
  wrapper 
)    {QRegularExpression(pattern,QRegularExpression::UseUnicodePropertiesOption),QStringLiteral(wrapper)}

Definition at line 60 of file textformatter.cpp.