1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Fix some compiler/runtime warnings

This commit is contained in:
Kevin Funk 2013-06-01 00:03:00 +02:00
parent 44e0c538f7
commit b6de19522a
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