SVN_SILENT tab -> spaces

svn path=/trunk/playground/graphics/okular/; revision=593650
remotes/origin/KDE/4.0
Pino Toscano 20 years ago
parent c52a0e622b
commit bee45c6eef
  1. 8
      core/textpage.cpp

@ -347,8 +347,8 @@ QString TextPage::getText(const RegularAreaRect *area) const
QString ret = "";
QList<TextEntity*>::ConstIterator it,end = m_words.end();
TextEntity * last=0;
for( it=m_words.begin() ; it != end; ++it )
{
for ( it = m_words.begin(); it != end; ++it )
{
// provide the string FIXME?: newline handling
if (area->intersects((*it)->area))
{
@ -356,7 +356,7 @@ QString TextPage::getText(const RegularAreaRect *area) const
ret += (*it)->txt;
last=*it;
}
}
}
return ret;
}

Loading…
Cancel
Save