mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Style cleanup.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user