We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22ad78 commit 0e3e427Copy full SHA for 0e3e427
src/libs/registry/docset.cpp
@@ -667,6 +667,7 @@ QString Docset::parseSymbolType(const QString &str)
667
// Protocol
668
{QStringLiteral("intf"), QStringLiteral("Protocol")},
669
// Structure
670
+ {QStringLiteral("_Struct"), QStringLiteral("Structure")},
671
{QStringLiteral("struct"), QStringLiteral("Structure")},
672
{QStringLiteral("Data Structures"), QStringLiteral("Structure")},
673
{QStringLiteral("Struct"), QStringLiteral("Structure")},
0 commit comments