From 626f9acfaca88158b181288a7c72a118fb6917cc Mon Sep 17 00:00:00 2001 From: Casey Link Date: Mon, 29 Aug 2011 19:38:34 -0500 Subject: [PATCH] Add missing comma, doh --- src/libtomahawk/infosystem/infosystem.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libtomahawk/infosystem/infosystem.h b/src/libtomahawk/infosystem/infosystem.h index e540272f2..e4428f6c7 100644 --- a/src/libtomahawk/infosystem/infosystem.h +++ b/src/libtomahawk/infosystem/infosystem.h @@ -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 */