1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 23:57:34 +02: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; typedef QList< SerializedUpdater > SerializedUpdaterList;
namespace InfoSystem { namespace InfoSystem
{
enum InfoType
enum InfoType { // as items are saved in cache, mark them here to not change them {
// as items are saved in cache, mark them here to not change them
InfoNoInfo = 0, //WARNING: *ALWAYS* keep this first! InfoNoInfo = 0, //WARNING: *ALWAYS* keep this first!
InfoTrackID = 1, InfoTrackID = 1,
InfoTrackArtist = 2, InfoTrackArtist = 2,