aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level2/qstring-allocations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level2/qstring-allocations.h')
-rw-r--r--src/checks/level2/qstring-allocations.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/checks/level2/qstring-allocations.h b/src/checks/level2/qstring-allocations.h
index be1007bd..310e79c2 100644
--- a/src/checks/level2/qstring-allocations.h
+++ b/src/checks/level2/qstring-allocations.h
@@ -62,8 +62,6 @@ public:
QStringAllocations(const std::string &name, ClazyContext *context);
void VisitStmt(clang::Stmt *stm) override;
-protected:
- std::vector<std::string> supportedOptions() const override;
private:
void VisitCtor(clang::Stmt *);
void VisitOperatorCall(clang::Stmt *);