summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qfactoryinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/plugin/qfactoryinterface.h')
-rw-r--r--src/corelib/plugin/qfactoryinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/plugin/qfactoryinterface.h b/src/corelib/plugin/qfactoryinterface.h
index f95c8ce330..098b7d4201 100644
--- a/src/corelib/plugin/qfactoryinterface.h
+++ b/src/corelib/plugin/qfactoryinterface.h
@@ -15,7 +15,7 @@ struct Q_CORE_EXPORT QFactoryInterface
virtual QStringList keys() const = 0;
};
-#ifndef Q_CLANG_QDOC
+#ifndef Q_QDOC
Q_DECLARE_INTERFACE(QFactoryInterface, "org.qt-project.Qt.QFactoryInterface")
#endif