mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Fix Qt 6 definition of macro ‘Q_DECLARE_MOVABLE_CONTAINER’
adding #include <QHash> + code fail to compile if it uses deprecated APIs. => see .pro file
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define ELEMENTSCOLLECTIONMODEL2_H
|
||||
|
||||
#include <QStandardItemModel>
|
||||
#include <QHash>
|
||||
#include "elementslocation.h"
|
||||
|
||||
class XmlProjectElementCollectionItem;
|
||||
|
||||
Reference in New Issue
Block a user