Mac-specific: One more check in MacMouseover module

This commit is contained in:
Abs62 2016-04-20 20:42:51 +03:00
parent d0cd6a50af
commit e6c676e6ec

View file

@ -247,6 +247,9 @@ void MacMouseOver::handlePosition()
void MacMouseOver::handleRetrievedString( QString & wordSeq, int wordSeqPos )
{
if( wordSeq.isEmpty() )
return;
// locate the word inside the sequence
QString word;