forked from jeena/FeedTheMonkey
first steps to mark read
This commit is contained in:
parent
74d5236408
commit
ddb54f398c
8 changed files with 27 additions and 4 deletions
5
post.cpp
5
post.cpp
|
@ -34,3 +34,8 @@ Post::~Post()
|
|||
|
||||
}
|
||||
|
||||
void Post::setRead(bool r)
|
||||
{
|
||||
mRead = r;
|
||||
emit readChanged(mRead);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue