qdoc: Remove unnecessary ifndef Q_QDOC
It was preventing some functions in the Qt namespace from being documented and hence auto-links to these functions failed. Change-Id: Ie820eb7c8172deac40554e993e4d61a765a616f4 Task-number: QTBUG-44688 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
parent
d5e56fd913
commit
94bad40392
@ -63,7 +63,6 @@ class QTextCursor;
|
||||
|
||||
template<typename T> class QVector;
|
||||
|
||||
#ifndef Q_QDOC // Workaround for QTBUG-35230
|
||||
namespace Qt
|
||||
{
|
||||
Q_GUI_EXPORT bool mightBeRichText(const QString&);
|
||||
@ -73,7 +72,6 @@ namespace Qt
|
||||
Q_GUI_EXPORT QTextCodec *codecForHtml(const QByteArray &ba);
|
||||
#endif
|
||||
}
|
||||
#endif // Q_QDOC
|
||||
|
||||
class Q_GUI_EXPORT QAbstractUndoItem
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user