first steps to mark read

This commit is contained in:
Jeena 2015-02-09 00:37:31 +01:00
parent 74d5236408
commit ddb54f398c
8 changed files with 27 additions and 4 deletions

View file

@ -21,6 +21,7 @@ public:
Q_INVOKABLE void initialize(const QString serverUrl, const QString sessionId);
Q_INVOKABLE void reload();
QQmlListProperty<Post> posts();
int postsCount() const;
Post *post(int) const;
@ -30,6 +31,7 @@ signals:
private slots:
void reply();
void onPostReadChanged(bool);
private:
void doOperation(QString operation, QVariantMap opts);