From 7d482d8ef21ed69dc18086e63fd3e969c68d3b3d Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 5 Sep 2012 13:08:40 +0200 Subject: qdoc: Renaming include guard in qmlmarkupvisitor.h header This header guard is duplicated with qmlvisitor.h Change-Id: I11787dd8af2834e446eabd219f93b74c0b52428d Reviewed-by: Martin Smith Reviewed-by: Lars Knoll --- src/tools/qdoc/qmlmarkupvisitor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/qdoc') diff --git a/src/tools/qdoc/qmlmarkupvisitor.h b/src/tools/qdoc/qmlmarkupvisitor.h index e6b8aee8b8..81c6e609fa 100644 --- a/src/tools/qdoc/qmlmarkupvisitor.h +++ b/src/tools/qdoc/qmlmarkupvisitor.h @@ -39,8 +39,8 @@ ** ****************************************************************************/ -#ifndef QMLVISITOR_H -#define QMLVISITOR_H +#ifndef QMLMARKUPVISITOR_H +#define QMLMARKUPVISITOR_H #include #include "qqmljsastvisitor_p.h" -- cgit v1.2.3