Skip to content

Commit

Permalink
remove warning when clearing empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Jul 9, 2020
1 parent 23fe55b commit 4144b8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/QOlm/QOlm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,6 @@ class QOlm : public QOlmBase
endRemoveRows();
for(int i = 0; i < tempList.count(); ++i) objectRemovedNotify(tempList.at(i), i);
}
else
{
qWarning() << "Can't clear an object whose index is out of bound";
}
}
_Object* first() const
{
Expand Down

0 comments on commit 4144b8c

Please sign in to comment.