diff options
author | J-P Nurmi <jpnurmi@gmail.com> | 2013-10-02 12:14:17 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-03 16:12:57 +0200 |
commit | 5f4c75a50e8268d9bba20a6ad8fbdcf1b081005d (patch) | |
tree | 8957d636efe4f796ab23e342feb56cd806e984ea | |
parent | d2649c50e0db1092aa0e0a0c0e3965ce9d52faf1 (diff) | |
download | qtbase-5f4c75a50e8268d9bba20a6ad8fbdcf1b081005d.tar.gz qtbase-5f4c75a50e8268d9bba20a6ad8fbdcf1b081005d.tar.bz2 qtbase-5f4c75a50e8268d9bba20a6ad8fbdcf1b081005d.zip |
qdoc: ignore Q_WINEXTRAS_EXPORT
This is required for functions in the QtWin namespace.
Change-Id: I6c38c8ef262377050a75861435da381863340f33
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r-- | doc/global/qt-cpp-defines.qdocconf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf index 406e37af08..b1738e129f 100644 --- a/doc/global/qt-cpp-defines.qdocconf +++ b/doc/global/qt-cpp-defines.qdocconf @@ -72,6 +72,7 @@ Cpp.ignoretokens += \ Q_TESTLIB_EXPORT \ Q_TYPENAME \ Q_WIDGETS_EXPORT \ + Q_WINEXTRAS_EXPORT \ Q_XML_EXPORT \ Q_XMLPATTERNS_EXPORT \ Q_XMLSTREAM_EXPORT \ |