projects
/
profile
/
ivi
/
qtbase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
584acd4
)
qdoc: Renaming include guard in qmlmarkupvisitor.h header
author
Sergio Ahumada
<sergio.ahumada@nokia.com>
Wed, 5 Sep 2012 11:08:40 +0000
(13:08 +0200)
committer
Qt by Nokia
<qt-info@nokia.com>
Sat, 8 Sep 2012 18:30:02 +0000
(20:30 +0200)
This header guard is duplicated with qmlvisitor.h
Change-Id: I11787dd8af2834e446eabd219f93b74c0b52428d
Reviewed-by: Martin Smith <martin.smith@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/tools/qdoc/qmlmarkupvisitor.h
patch
|
blob
|
history
diff --git
a/src/tools/qdoc/qmlmarkupvisitor.h
b/src/tools/qdoc/qmlmarkupvisitor.h
index
e6b8aee
..
81c6e60
100644
(file)
--- a/
src/tools/qdoc/qmlmarkupvisitor.h
+++ b/
src/tools/qdoc/qmlmarkupvisitor.h
@@
-39,8
+39,8
@@
**
****************************************************************************/
-#ifndef QMLVISITOR_H
-#define QMLVISITOR_H
+#ifndef QML
MARKUP
VISITOR_H
+#define QML
MARKUP
VISITOR_H
#include <QString>
#include "qqmljsastvisitor_p.h"