add qdbug include to fix build on older qt versions
This commit is contained in:
parent
6a9ad7f855
commit
3acc34d145
@ -1,5 +1,6 @@
|
||||
#include "itemstore.h"
|
||||
#include <QJsonArray>
|
||||
#include <QDebug>
|
||||
|
||||
ItemStore::ItemStore(QObject *parent): QObject(parent)
|
||||
{
|
||||
@ -64,3 +65,4 @@ void ItemStore::itemStateChanged(const ItemData& item)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user