From 6ec2fae3202fdf9864a8cd46414075d8878004c2 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 9 Sep 2011 17:24:12 -0400 Subject: [PATCH] Better title for dialog :) --- src/GetNewStuffDialog.ui | 2 +- src/GetNewStuffModel.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/GetNewStuffDialog.ui b/src/GetNewStuffDialog.ui index af7c4a2ac..bc34faa65 100644 --- a/src/GetNewStuffDialog.ui +++ b/src/GetNewStuffDialog.ui @@ -11,7 +11,7 @@ - Dialog + Download New Resolvers diff --git a/src/GetNewStuffModel.cpp b/src/GetNewStuffModel.cpp index 58ebc1666..cf7040d0a 100644 --- a/src/GetNewStuffModel.cpp +++ b/src/GetNewStuffModel.cpp @@ -71,7 +71,6 @@ GetNewStuffModel::data( const QModelIndex& index, int role ) const return QVariant(); Attica::Content resolver = m_contentList[ index.row() ]; - // TODO use attica switch ( role ) { case Qt::DisplayRole: