chore: clean up after new compiler warnings
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
class RegexpMatcher : public IPathMatcher
|
||||
{
|
||||
public:
|
||||
virtual ~RegexpMatcher() {};
|
||||
virtual ~RegexpMatcher() {}
|
||||
RegexpMatcher(const QString ®exp)
|
||||
{
|
||||
m_regexp.setPattern(regexp);
|
||||
|
Reference in New Issue
Block a user