1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02:00

Better title for dialog :)

This commit is contained in:
Leo Franchi
2011-09-09 17:24:12 -04:00
parent ef81026ffb
commit 6ec2fae320
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Dialog</string> <string>Download New Resolvers</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>

View File

@@ -71,7 +71,6 @@ GetNewStuffModel::data( const QModelIndex& index, int role ) const
return QVariant(); return QVariant();
Attica::Content resolver = m_contentList[ index.row() ]; Attica::Content resolver = m_contentList[ index.row() ];
// TODO use attica
switch ( role ) switch ( role )
{ {
case Qt::DisplayRole: case Qt::DisplayRole: