diff options
Diffstat (limited to 'launcher/pathmatcher/FSTreeMatcher.h')
-rw-r--r-- | launcher/pathmatcher/FSTreeMatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/pathmatcher/FSTreeMatcher.h b/launcher/pathmatcher/FSTreeMatcher.h index 361924af..b84af294 100644 --- a/launcher/pathmatcher/FSTreeMatcher.h +++ b/launcher/pathmatcher/FSTreeMatcher.h @@ -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); } |