mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix args
This commit is contained in:
parent
cf99229441
commit
63c2896270
@ -48,7 +48,7 @@ public:
|
||||
bool operator!=(const YACReaderLibrary &other) const;
|
||||
friend QDataStream &operator<<(QDataStream &out, const YACReaderLibrary &library);
|
||||
friend QDataStream &operator>>(QDataStream &in, YACReaderLibrary &library);
|
||||
operator QString() const { return QString("%1 [%2, %3, %4]").arg(name).arg(legacyId).arg(id.toString(QUuid::WithoutBraces).arg(path)); }
|
||||
operator QString() const { return QString("%1 [%2, %3, %4]").arg(name, QString::number(legacyId), id.toString(QUuid::WithoutBraces), path); }
|
||||
|
||||
private:
|
||||
QString name;
|
||||
|
Loading…
Reference in New Issue
Block a user