class MyClass { public: int a; bool operator<(const MyClass other) const { return a<other.a; } .... }; .... QList<MyClass*> list;
c++ sorting qt
c++ ×1
qt ×1
sorting ×1