mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
* Fixed boost bind includes.
This commit is contained in:
parent
1a6c89a3cf
commit
3efaba4d71
@ -20,6 +20,8 @@
|
||||
|
||||
#include "TomahawkApp.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include "TomahawkVersion.h"
|
||||
#include "AclRegistryImpl.h"
|
||||
#include "Album.h"
|
||||
|
@ -19,6 +19,8 @@
|
||||
#include "LastFmConfig.h"
|
||||
#include "ui_LastFmConfig.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include "LastFmAccount.h"
|
||||
#include "database/Database.h"
|
||||
#include "database/DatabaseCommand_LogPlayback.h"
|
||||
|
@ -28,6 +28,8 @@
|
||||
#include <QtNetwork/QNetworkRequest>
|
||||
#include <QtNetwork/QNetworkReply>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include "Result.h"
|
||||
#include "Source.h"
|
||||
#include "BufferIoDevice.h"
|
||||
@ -88,7 +90,6 @@ Servent::Servent( QObject* parent )
|
||||
|
||||
Servent::~Servent()
|
||||
{
|
||||
|
||||
if ( m_portfwd )
|
||||
{
|
||||
m_portfwd.data()->quit();
|
||||
|
@ -20,13 +20,13 @@
|
||||
#include "QtScriptResolver.h"
|
||||
|
||||
#include <QtGui/QMessageBox>
|
||||
|
||||
#include <QtNetwork/QNetworkRequest>
|
||||
#include <QtNetwork/QNetworkReply>
|
||||
|
||||
#include <QtCore/QMetaProperty>
|
||||
#include <QtCore/QCryptographicHash>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include "Artist.h"
|
||||
#include "Album.h"
|
||||
#include "config.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user