Maemo: Small improvements to Extras-devel publisher.

This commit is contained in:
Christian Kandeler
2010-11-24 18:35:52 +01:00
parent f3d5fd835e
commit f8e89a92db
6 changed files with 20 additions and 19 deletions

View File

@@ -76,7 +76,7 @@ Qt::ItemFlags MaemoPublishedProjectModel::flags(const QModelIndex &index) const
{
if (index.column() != IncludeColumn)
return QFileSystemModel::flags(index);
return Qt::ItemIsEnabled | Qt::ItemIsUserCheckable | Qt::ItemIsSelectable;
return Qt::ItemIsEnabled | Qt::ItemIsUserCheckable;
}
QVariant MaemoPublishedProjectModel::data(const QModelIndex &index,