diff --git a/sources.cc b/sources.cc index 55addd6d..e2422f9e 100644 --- a/sources.cc +++ b/sources.cc @@ -613,7 +613,7 @@ int WebSitesModel::columnCount( QModelIndex const & parent ) const if ( parent.isValid() ) return 0; else - return 4; + return 5; } QVariant WebSitesModel::headerData( int section, Qt::Orientation /*orientation*/, int role ) const