diff --git a/src/model/about/aboutfriend.cpp b/src/model/about/aboutfriend.cpp index 20f60af99..6d5f97add 100644 --- a/src/model/about/aboutfriend.cpp +++ b/src/model/about/aboutfriend.cpp @@ -109,5 +109,8 @@ bool AboutFriend::clearHistory() History* const history = Nexus::getProfile()->getHistory(); if (history) { history->removeFriendHistory(pk.toString()); + return true; } + + return false; }