Routing the received biddings to the model. Just debug outputs there yet.
This commit is contained in:
@ -9,6 +9,7 @@ class QByteArray;
|
||||
class QJsonArray;
|
||||
|
||||
typedef QMap<int, QVariant> ModelItemValues;
|
||||
class bidding;
|
||||
|
||||
using namespace std;
|
||||
|
||||
@ -22,7 +23,7 @@ class JsonParser {
|
||||
const QString& objectName = "");
|
||||
|
||||
static ModelItemValues serverUserCredentialsToItemValues(const QJsonDocument& jsonDoc);
|
||||
|
||||
static QList<bidding> extractBiddings(const QJsonDocument& jsonDoc);
|
||||
// static ModelItemValues parseServerResponse(const QJsonDocument& jsonDoc,
|
||||
// QHash<QString, int> entries);
|
||||
// static ModelItemValues parseServerResponse(const QJsonObject& object,
|
||||
|
||||
Reference in New Issue
Block a user