24#include "Utils/Pimpl.h"
25#include "Utils/Settings/SettingConvertible.h"
26#include "Utils/Library/LibraryInfoFwd.h"
43 Info(
const QString& name,
const QString& path, LibraryId
id);
55 bool loadFromString(
const QString& str)
override;
56 QString toString()
const override;
58 bool operator==(
const Info& other)
const;
The Info class.
Definition: LibraryInfo.h:38
Definition: SettingConvertible.h:27