Uri should have been uuid
This commit is contained in:
@@ -39,7 +39,7 @@ Q_DECLARE_METATYPE(WallpaperInstallData)
|
|||||||
|
|
||||||
struct KOMPLEX_EXPORT WallpaperCache
|
struct KOMPLEX_EXPORT WallpaperCache
|
||||||
{
|
{
|
||||||
QString uri;
|
QString uuid;
|
||||||
QString name;
|
QString name;
|
||||||
QString author;
|
QString author;
|
||||||
QString authorId;
|
QString authorId;
|
||||||
@@ -54,7 +54,7 @@ struct KOMPLEX_EXPORT WallpaperCache
|
|||||||
auto operator == (const WallpaperCache &other) const -> bool
|
auto operator == (const WallpaperCache &other) const -> bool
|
||||||
{
|
{
|
||||||
return (
|
return (
|
||||||
other.uri == uri &&
|
other.uuid == uuid &&
|
||||||
other.name == name &&
|
other.name == name &&
|
||||||
other.author == author &&
|
other.author == author &&
|
||||||
other.authorId == authorId &&
|
other.authorId == authorId &&
|
||||||
|
|||||||
Reference in New Issue
Block a user