Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix: Return value
Browse files Browse the repository at this point in the history
  • Loading branch information
Diadlo committed Sep 26, 2017
1 parent 533dd31 commit f97c776
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/model/about/aboutfriend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,8 @@ bool AboutFriend::clearHistory()
History* const history = Nexus::getProfile()->getHistory();
if (history) {
history->removeFriendHistory(pk.toString());
return true;
}

return false;
}

0 comments on commit f97c776

Please sign in to comment.