From 120de53861db8b7533bc8ef7efdaea686a10a13f Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Fri, 29 Mar 2013 14:00:32 -0400 Subject: [PATCH] Updated todo --- openbr/openbr_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/openbr_plugin.h b/openbr/openbr_plugin.h index 010eea8..b40baeb 100644 --- a/openbr/openbr_plugin.h +++ b/openbr/openbr_plugin.h @@ -207,7 +207,7 @@ struct BR_EXPORT File return variant.value(); } - /*!< \brief TODO. */ + /*!< \brief Returns a list of type T for the key, throwing an error if the key does not exist or if the value cannot be converted to the specified type. */ template QList getList(const QString &key) const { -- libgit2 0.21.4