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