mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +02:00
* Move message processing & BufferIODevice stuff into network/ subdir.
This commit is contained in:
@@ -47,12 +47,12 @@ SET( tomahawkSources ${tomahawkSources}
|
|||||||
infosystem/infoplugins/echonestplugin.cpp
|
infosystem/infoplugins/echonestplugin.cpp
|
||||||
infosystem/infoplugins/musixmatchplugin.cpp
|
infosystem/infoplugins/musixmatchplugin.cpp
|
||||||
|
|
||||||
bufferiodevice.cpp
|
|
||||||
msgprocessor.cpp
|
|
||||||
collection.cpp
|
collection.cpp
|
||||||
musicscanner.cpp
|
musicscanner.cpp
|
||||||
scriptresolver.cpp
|
scriptresolver.cpp
|
||||||
|
|
||||||
|
network/bufferiodevice.cpp
|
||||||
|
network/msgprocessor.cpp
|
||||||
network/connection.cpp
|
network/connection.cpp
|
||||||
network/controlconnection.cpp
|
network/controlconnection.cpp
|
||||||
network/filetransferconnection.cpp
|
network/filetransferconnection.cpp
|
||||||
@@ -88,7 +88,6 @@ SET( tomahawkSources ${tomahawkSources}
|
|||||||
database/databasecollection.cpp
|
database/databasecollection.cpp
|
||||||
|
|
||||||
scrobbler.cpp
|
scrobbler.cpp
|
||||||
|
|
||||||
xmppbot/xmppbot.cpp
|
xmppbot/xmppbot.cpp
|
||||||
web/api_v1.cpp
|
web/api_v1.cpp
|
||||||
|
|
||||||
@@ -203,13 +202,8 @@ SET( tomahawkHeaders ${tomahawkHeaders}
|
|||||||
infosystem/infoplugins/echonestplugin.h
|
infosystem/infoplugins/echonestplugin.h
|
||||||
infosystem/infoplugins/musixmatchplugin.h
|
infosystem/infoplugins/musixmatchplugin.h
|
||||||
|
|
||||||
bufferiodevice.h
|
network/bufferiodevice.h
|
||||||
msgprocessor.h
|
network/msgprocessor.h
|
||||||
musicscanner.h
|
|
||||||
scriptresolver.h
|
|
||||||
tomahawksettings.h
|
|
||||||
tomahawkzeroconf.h
|
|
||||||
|
|
||||||
network/remotecollection.h
|
network/remotecollection.h
|
||||||
network/servent.h
|
network/servent.h
|
||||||
network/connection.h
|
network/connection.h
|
||||||
@@ -217,8 +211,12 @@ SET( tomahawkHeaders ${tomahawkHeaders}
|
|||||||
network/filetransferconnection.h
|
network/filetransferconnection.h
|
||||||
network/dbsyncconnection.h
|
network/dbsyncconnection.h
|
||||||
|
|
||||||
scrobbler.h
|
musicscanner.h
|
||||||
|
scriptresolver.h
|
||||||
|
tomahawksettings.h
|
||||||
|
tomahawkzeroconf.h
|
||||||
|
|
||||||
|
scrobbler.h
|
||||||
xmppbot/xmppbot.h
|
xmppbot/xmppbot.h
|
||||||
web/api_v1.h
|
web/api_v1.h
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user