mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-02 09:50: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)
|
||||
return qHash(key->uuid(), seed);
|
||||
else
|
||||
return qHash(nullptr, seed);
|
||||
return qHash(QUuid(), seed);
|
||||
}
|
||||
|
||||
class TerminalStrip;
|
||||
|
||||
Reference in New Issue
Block a user