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:
parent
ef81026ffb
commit
6ec2fae320
@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Dialog</string>
|
||||
<string>Download New Resolvers</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user