From 3acc34d1451a0c7f76fbbf6ed2387d178d79ea37 Mon Sep 17 00:00:00 2001 From: uvos Date: Tue, 1 Feb 2022 22:40:44 +0100 Subject: [PATCH] add qdbug include to fix build on older qt versions --- src/items/itemstore.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/items/itemstore.cpp b/src/items/itemstore.cpp index a6f9842..4c156dc 100644 --- a/src/items/itemstore.cpp +++ b/src/items/itemstore.cpp @@ -1,5 +1,6 @@ #include "itemstore.h" #include +#include ItemStore::ItemStore(QObject *parent): QObject(parent) { @@ -64,3 +65,4 @@ void ItemStore::itemStateChanged(const ItemData& item) } } +