@@ -831,6 +831,10 public: | |||
|
831 | 831 | void setTypeAlias(bool typeAlias) { m_is_type_alias = typeAlias; } |
|
832 | 832 | bool isTypeAlias() const { return m_is_type_alias; } |
|
833 | 833 | |
|
834 | bool operator <(const AbstractMetaClass &a) const { | |
|
835 | return qualifiedCppName() < a.qualifiedCppName(); | |
|
836 | } | |
|
837 | ||
|
834 | 838 | private: |
|
835 | 839 | uint m_namespace : 1; |
|
836 | 840 | uint m_qobject : 1; |
General Comments 0
You need to be logged in to leave comments.
Login now