fix semi-deterministic bug with link parser
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
QString getCaptured() const;
|
||||
|
||||
private:
|
||||
bool hasMatch_;
|
||||
bool hasMatch_{false};
|
||||
QString match_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user