aboutsummaryrefslogtreecommitdiff
path: root/launcher/pathmatcher/RegexpMatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/pathmatcher/RegexpMatcher.h')
-rw-r--r--launcher/pathmatcher/RegexpMatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/pathmatcher/RegexpMatcher.h b/launcher/pathmatcher/RegexpMatcher.h
index 825d488c..6da651ef 100644
--- a/launcher/pathmatcher/RegexpMatcher.h
+++ b/launcher/pathmatcher/RegexpMatcher.h
@@ -4,7 +4,7 @@
class RegexpMatcher : public IPathMatcher
{
public:
- virtual ~RegexpMatcher() {};
+ virtual ~RegexpMatcher() {}
RegexpMatcher(const QString &regexp)
{
m_regexp.setPattern(regexp);