added post stuff

This commit is contained in:
Jeena 2015-01-12 19:52:28 +01:00
parent 7dbf05e2e1
commit 6146758f59
4 changed files with 29 additions and 17 deletions

View file

@ -7,7 +7,7 @@ Post::Post(QObject *parent) : QObject(parent),
}
Post::Post(QJsonDocument post, QObject *parent) : QObject(parent),
Post::Post(QJsonObject post, QObject *parent) : QObject(parent),
mStarred(false)
{
qDebug() << post;