replaced link regex with object oriented assembly

This commit is contained in:
fourtf
2019-12-29 14:15:21 +01:00
parent 2cb2f679c2
commit e12f76387a
2 changed files with 183 additions and 8 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ public:
QString getCaptured() const;
private:
QRegularExpressionMatch match_;
bool hasMatch_;
QString match_;
};
} // namespace chatterino