diff options
author | montellese <montellese@xbmc.org> | 2015-03-24 16:27:20 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2015-04-01 10:24:58 +0200 |
commit | eb06fd40f8007e54c057c5e6a275dc73a89f1c2b (patch) | |
tree | 7a6eef9bf440f42922ff00bda1ceffeeec70390e /Kodi.xcodeproj | |
parent | 3d41df5017b8e495631fbe423782f6bf12515a53 (diff) |
music: move EmbeddedArt and EmbeddedArtInfo from MusicInfoTag.h into its own header file
Diffstat (limited to 'Kodi.xcodeproj')
-rw-r--r-- | Kodi.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Kodi.xcodeproj/project.pbxproj b/Kodi.xcodeproj/project.pbxproj index 8de4619527..13c4f68c8b 100644 --- a/Kodi.xcodeproj/project.pbxproj +++ b/Kodi.xcodeproj/project.pbxproj @@ -3554,6 +3554,7 @@ 38F4E56E13CCCB3B00664821 /* ThreadLocal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadLocal.h; sourceTree = "<group>"; }; 395897131AAD94F00033D27C /* KeyboardLayoutManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KeyboardLayoutManager.cpp; sourceTree = "<group>"; }; 395897141AAD94F00033D27C /* KeyboardLayoutManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyboardLayoutManager.h; sourceTree = "<group>"; }; + 395938731AC28F5A0053A590 /* EmbeddedArt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EmbeddedArt.h; sourceTree = "<group>"; }; 395C29BA1A94733100EBC7AD /* Key.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Key.cpp; sourceTree = "<group>"; }; 395C29BB1A94733100EBC7AD /* Key.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Key.h; sourceTree = "<group>"; }; 395C29BF1A98A0A000EBC7AD /* Webinterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Webinterface.cpp; sourceTree = "<group>"; }; @@ -6183,6 +6184,7 @@ 880DBE4A0DC223FF00E26B71 /* Artist.h */, 5EB3113A1A978B9B00551907 /* CueInfoLoader.cpp */, 5EB3113B1A978B9B00551907 /* CueInfoLoader.h */, + 395938731AC28F5A0053A590 /* EmbeddedArt.h */, E38E17FB0D25F9FA00618676 /* GUIViewStateMusic.cpp */, E38E17FC0D25F9FA00618676 /* GUIViewStateMusic.h */, E38E1D8F0D25F9FD00618676 /* MusicDatabase.cpp */, |