mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add convenience method for getting the new uuid from the legacy id
This commit is contained in:
@ -25,6 +25,7 @@ public:
|
||||
int getId(const QString &name);
|
||||
YACReaderLibraries &operator=(const YACReaderLibraries &source);
|
||||
QList<YACReaderLibrary> getLibraries() const;
|
||||
QUuid getLibraryIdFromLegacyId(int legacyId) const;
|
||||
public slots:
|
||||
void addLibrary(const QString &name, const QString &path);
|
||||
void load();
|
||||
|
Reference in New Issue
Block a user