replaced link regex with object oriented assembly
This commit is contained in:
@@ -14,7 +14,8 @@ public:
|
||||
QString getCaptured() const;
|
||||
|
||||
private:
|
||||
QRegularExpressionMatch match_;
|
||||
bool hasMatch_;
|
||||
QString match_;
|
||||
};
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user