aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scanner/cpp/Lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scanner/cpp/Lexer.h')
-rw-r--r--src/plugins/scanner/cpp/Lexer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/scanner/cpp/Lexer.h b/src/plugins/scanner/cpp/Lexer.h
index 8f55f84e9..42f733dc5 100644
--- a/src/plugins/scanner/cpp/Lexer.h
+++ b/src/plugins/scanner/cpp/Lexer.h
@@ -79,7 +79,6 @@ public:
};
Lexer(const char *firstChar, const char *lastChar);
- ~Lexer();
bool qtMocRunEnabled() const;
void setQtMocRunEnabled(bool onoff);