added post stuff
This commit is contained in:
parent
7dbf05e2e1
commit
6146758f59
4 changed files with 29 additions and 17 deletions
2
post.cpp
2
post.cpp
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue