Fixed accumulated words bug in highest hypothesis view

This commit is contained in:
matlabbe
2016-11-27 20:55:53 -05:00
parent 3363772ce5
commit 2f6d7f81cc
3 changed files with 28 additions and 5 deletions

View File

@@ -89,6 +89,7 @@ public:
const QMultiMap<int, rtabmap::KeypointItem *> & getFeatures() const {return _features;}
void clearLines();
void clearFeatures();
void clear();
virtual QSize sizeHint() const;