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:
parent
745ccd34ff
commit
caaec5c1c8
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user