1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

Merge pull request #192 from krf/work

Fix some compiler/runtime warnings
This commit is contained in:
Christian Muehlhaeuser 2013-06-01 08:34:46 -07:00
commit 9ddfc665af
5 changed files with 1 additions and 11 deletions

View File

@ -85,12 +85,12 @@ Result::isCached( const QString& url )
Result::Result( const QString& url )
: QObject()
, m_url( url )
, m_checked( false )
, m_bitrate( 0 )
, m_size( 0 )
, m_modtime( 0 )
, m_score( 0 )
, m_fileId( 0 )
, m_checked( false )
{
connect( Pipeline::instance(), SIGNAL( resolverRemoved( Tomahawk::Resolver* ) ), SLOT( onResolverRemoved( Tomahawk::Resolver* ) ), Qt::QueuedConnection );
}

View File

@ -419,6 +419,3 @@ GridView::setPlaylistInterface( const Tomahawk::playlistinterface_ptr& playlistI
{
proxyModel()->setPlaylistInterface( playlistInterface );
}
#include "GridView.moc"

View File

@ -1120,5 +1120,3 @@ urlSetQuery( QUrl& url, const QString& query )
} // ns
#include "TomahawkUtils.moc"

View File

@ -356,5 +356,3 @@ PlaylistWidget::setModel( QAbstractItemModel* model )
QListView::setModel( model );
emit modelChanged();
}
#include "WelcomeWidget.moc"

View File

@ -44,9 +44,6 @@ public:
ACLRegistryImpl( QObject *parent = 0 );
virtual ~ACLRegistryImpl();
signals:
void aclResult( QString nodeid, QString username, ACLRegistry::ACL peerStatus );
public slots:
/**
* @brief Checks if peer is authorized; optionally, can authorize peer with given type if not found