1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

Move ACLRegistry to network/acl/ as it takes care of networking-access

This commit is contained in:
Uwe L. Korn
2013-08-24 19:14:17 +02:00
parent ee9d6e03ad
commit 67d2f4f44c
8 changed files with 7 additions and 6 deletions

View File

@@ -192,7 +192,6 @@ list(APPEND libSources
SourceList.cpp
Pipeline.cpp
AclRegistry.cpp
Artist.cpp
ArtistPlaylistInterface.cpp
Album.cpp
@@ -319,6 +318,7 @@ list(APPEND libSources
filemetadata/taghandlers/oggtag.cpp
filemetadata/MetadataEditor.cpp
network/acl/AclRegistry.cpp
network/BufferIoDevice.cpp
network/Msg.cpp
network/MsgProcessor.cpp

View File

@@ -20,8 +20,9 @@
#ifndef ACLJOBITEM_H
#define ACLJOBITEM_H
#include "AclRegistry.h"
#include "DllMacro.h"
#include "network/acl/AclRegistry.h"
#include "jobview/JobStatusItem.h"
#include <QStyledItemDelegate>

View File

@@ -20,11 +20,11 @@
#include "Connection_p.h"
#include "network/acl/AclRegistry.h"
#include "network/Servent.h"
#include "network/Msg.h"
#include "utils/Logger.h"
#include "AclRegistry.h"
#include "QTcpSocketExtra.h"
#include "Source.h"

View File

@@ -24,6 +24,7 @@
#include "accounts/AccountManager.h"
#include "database/Database.h"
#include "database/DatabaseImpl.h"
#include "network/acl/AclRegistry.h"
#include "network/Msg.h"
#include "network/ConnectionManager.h"
#include "network/DbSyncConnection.h"
@@ -35,7 +36,6 @@
#include "utils/Logger.h"
#include "utils/NetworkAccessManager.h"
#include "AclRegistry.h"
#include "Connection.h"
#include "ControlConnection.h"
#include "PortFwdThread.h"

View File

@@ -20,7 +20,7 @@
#ifndef TOMAHAWK_ACLREGISTRYIMPL_H
#define TOMAHAWK_ACLREGISTRYIMPL_H
#include "AclRegistry.h"
#include "network/acl/AclRegistry.h"
#include "HeadlessCheck.h"
#include <QObject>

View File

@@ -28,7 +28,7 @@
#include "config.h"
#include "AtticaManager.h"
#include "AclRegistry.h"
#include "network/acl/AclRegistry.h"
#include "TomahawkApp.h"
#include "TomahawkSettings.h"
#include "accounts/DelegateConfigWrapper.h"