NOISSUE fix some small build issues
This commit is contained in:
@ -12,7 +12,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
virtual bool matches(const QString &string) const override
|
||||
bool matches(const QString &string) const override
|
||||
{
|
||||
return m_fsTree.covers(string);
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include <memory>
|
||||
#include <QString>
|
||||
|
||||
class IPathMatcher
|
||||
{
|
||||
|
Reference in New Issue
Block a user