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 fe4aee6a..a6a3e616 100644
--- a/launcher/pathmatcher/RegexpMatcher.h
+++ b/launcher/pathmatcher/RegexpMatcher.h
@@ -3,7 +3,7 @@
class RegexpMatcher : public IPathMatcher {
public:
- virtual ~RegexpMatcher(){};
+ virtual ~RegexpMatcher() {}
RegexpMatcher(const QString& regexp)
{
m_regexp.setPattern(regexp);