mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
increment clang-tools version
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
class FSTreeMatcher : public IPathMatcher {
|
||||
public:
|
||||
virtual ~FSTreeMatcher(){};
|
||||
virtual ~FSTreeMatcher() {};
|
||||
FSTreeMatcher(SeparatorPrefixTree<'/'>& tree) : m_fsTree(tree) {}
|
||||
|
||||
bool matches(const QString& string) const override { return m_fsTree.covers(string); }
|
||||
|
Reference in New Issue
Block a user