#include <QList> #include <QDebug> class Tag { public: Tag(const QString& name) ... getName(); } std::sort(tags.begin(), tags.end(), Tag::sortByName); ...
確定! 回上一頁