1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 16:29:43 +01: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>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>Download New Resolvers</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>

View File

@ -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: