aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/findwarnings.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmllint/findwarnings.h')
-rw-r--r--tools/qmllint/findwarnings.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/qmllint/findwarnings.h b/tools/qmllint/findwarnings.h
index bf3fd0015e..7ce8b569e8 100644
--- a/tools/qmllint/findwarnings.h
+++ b/tools/qmllint/findwarnings.h
@@ -91,9 +91,6 @@ private:
QVarLengthArray<OutstandingConnection, 3> m_outstandingConnections; // Connections whose target we have not encountered
void checkInheritanceCycle(QQmlJSScope::ConstPtr scope);
-
- void parseHeaders(QQmlJS::AST::UiHeaderItemList *headers);
- QQmlJSScope::Ptr parseProgram(QQmlJS::AST::Program *program, const QString &name);
void flushPendingSignalParameters();
void throwRecursionDepthError() override;