forked from jeena/FeedTheMonkey
Upgrade from Webkit to WebEngine
This commit is contained in:
parent
81bac3ec8d
commit
c6c41c799f
6 changed files with 23 additions and 28 deletions
|
@ -45,7 +45,6 @@ void Post::setRead(bool r)
|
|||
|
||||
void Post::setDontChangeRead(bool r)
|
||||
{
|
||||
qDebug() << "setDontChangeRead " << r << " " << mDontChangeRead;
|
||||
if(mDontChangeRead == r) return;
|
||||
|
||||
mDontChangeRead = r;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue