mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-12 12:20:00 +01:00
Fix fail to build from sources
This commit is contained in:
@@ -38,7 +38,7 @@ inline uint qHash(const QPointer<Element> &key, uint seed) {
|
|||||||
if (key)
|
if (key)
|
||||||
return qHash(key->uuid(), seed);
|
return qHash(key->uuid(), seed);
|
||||||
else
|
else
|
||||||
return qHash(nullptr, seed);
|
return qHash(QUuid(), seed);
|
||||||
}
|
}
|
||||||
|
|
||||||
class TerminalStrip;
|
class TerminalStrip;
|
||||||
|
|||||||
Reference in New Issue
Block a user