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

* Style cleanup.

This commit is contained in:
Christian Muehlhaeuser 2012-06-12 05:12:24 +02:00
parent 745ccd34ff
commit caaec5c1c8

View File

@ -99,10 +99,11 @@ namespace Tomahawk
typedef QList< SerializedUpdater > SerializedUpdaterList;
namespace InfoSystem {
enum InfoType { // as items are saved in cache, mark them here to not change them
namespace InfoSystem
{
enum InfoType
{
// as items are saved in cache, mark them here to not change them
InfoNoInfo = 0, //WARNING: *ALWAYS* keep this first!
InfoTrackID = 1,
InfoTrackArtist = 2,