1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Add missing comma, doh

This commit is contained in:
Casey Link
2011-08-29 19:38:34 -05:00
parent 302dbd0224
commit 626f9acfac

View File

@@ -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
* Documentation for InfoChartCapabilities
*
* Clients of this InfoType expect a QVariant
*
*/
InfoChartCapabilities = 50
InfoChartCapabilities = 50,
/**
* Documentation for InfoChartArtists
*/