mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +02:00
Add missing comma, doh
This commit is contained in:
@@ -95,8 +95,10 @@ enum InfoType { // as items are saved in cache, mark them here to not change the
|
|||||||
/** \var Tomahawk::InfoSystem::InfoType Tomahawk::InfoSystem::InfoType::InfoChartCapabilities
|
/** \var Tomahawk::InfoSystem::InfoType Tomahawk::InfoSystem::InfoType::InfoChartCapabilities
|
||||||
* Documentation for InfoChartCapabilities
|
* Documentation for InfoChartCapabilities
|
||||||
*
|
*
|
||||||
|
* Clients of this InfoType expect a QVariant
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
InfoChartCapabilities = 50
|
InfoChartCapabilities = 50,
|
||||||
/**
|
/**
|
||||||
* Documentation for InfoChartArtists
|
* Documentation for InfoChartArtists
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user