NOISSUE fix some small build issues

This commit is contained in:
Petr Mrázek
2021-11-03 15:45:42 +01:00
parent 27f276ef13
commit 7b4c52e1e3
3 changed files with 10 additions and 9 deletions

View File

@ -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);
}

View File

@ -1,5 +1,6 @@
#pragma once
#include <memory>
#include <QString>
class IPathMatcher
{