Details
-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
Many icon variants are missing, for example anything with templates
#include <QObject> // https://bugreports.qt.io/browse/QTCREATORBUG-20716 #define Macro class Class { Q_OBJECT public: Q_PROPERTY(bool property READ readProperty CONSTANT); void publicFunction(); void static publicStaticFunction(); template<int> void publicTemplateFunction(); template<int> void static publicStaticTemplateFunction(); int publicVariable; int static publicStaticVariable; signals: void signal(); public slots: void publicSlot(); template<int> void publicTemplateSlot(); protected: void protectedFunction(); void static protectedStaticFunction(); template<int> void protectedTemplateFunction(); template<int> void static protectedStaticTemplateFunction(); int protectedVariable; int static protectedStaticVariable; protected slots: void protectedSlot(); template<int> void protectedTemplateSlot(); private: void privateFunction(); void static privateStaticFunction(); // https://bugreports.qt.io/browse/QTCREATORBUG-20761 template<int> void privateTemplateFunction(); template<int> void static privateStaticTemplateFunction(); private slots: void privateSlot(); template<int> void privateTemplateSlot(); int privateVariable; int static privateStaticVariable; }; template <int> class TemplateClass{ }; struct Struct {}; template <int> struct TemplateStruct {}; enum Enum { EnumKey; }; namespace NameSpace {}
Attachments
Issue Links
- depends on
-
QTCREATORBUG-20716 Strange outline of template types using Clang Code model
-
- Closed
-
- relates to
-
QTCREATORBUG-13894 Locator: differentiate between declaration and definition in source file
-
- Closed
-
-
QTCREATORBUG-26480 Make code model icon combination more generic
-
- Reported
-
Gerrit Reviews
For Gerrit Dashboard: QTCREATORBUG-21867 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
332998,4 | C++: Add source file to test icon support | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |