diff --git a/about.cc b/about.cc index 0b352401..3c5a4dbe 100644 --- a/about.cc +++ b/about.cc @@ -88,7 +88,7 @@ About::About( QWidget * parent, std::vector< sptr< Dictionary::Class > > * dicto QString::fromUtf8( creditsFile.readAll() ).split( '\n', Qt::SkipEmptyParts ); - QString html = ""; + QString html = ""; for( int x = 0; x < creditsList.size(); ++x ) {